color codes Logo

#e364cc color codes

#E364CC
(227,100,204)
0 Favorites   0 Comments

Color spaces of #e364cc

RGB 227100204
HSL0.860.690.64
HSV311°56°89°
CMYK 0.000.560.10   0.11
XYZ47.134829.804960.3954
Yxy29.80490.34320.2170
Hunter Lab54.593958.5726-27.3749
CIE-Lab61.485561.7760-30.7322

#e364cc color RGB value is (227,100,204).

#e364cc hex color red value is 227, green value is 100 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e364cc hue: 0.86 , saturation: 0.69 and the lightness value of e364cc is 0.64.

The process color (four color CMYK) of #e364cc color code is 0.00, 0.56, 0.10, 0.11. Web safe color of #e364cc is #cc66cc. Color #e364cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100011 01100100 11001100
Octal 343 144 314
Decimal 227 100 204
Hex E3 64 CC

RGB Percentages of Color #e364cc

%42.75
%18.83
%38.42

CMYK Percentages of Color #e364cc

%0
%56
%10
%11

Triadic Colors of #e364cc

#e364cc #cce364 #64cce3

Analogous Colors of #e364cc

#e364cc #e3648d #bb64e3

Monochromatic Colors of #e364cc

#e364cc

Complementary Color

#e364cc #64e37b

#e364cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e364cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e364cc Color CSS Codes

.mybgcolor {background-color:#e364cc; } 
.myforecolor {color:#e364cc; }
.mybordercolor {border:3px solid #e364cc; }

#e364cc Text Font Color

<p style="color:#e364cc">Text here</p>

This sample text font color is #e364cc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#e364cc Background Color

<div style="background-color:#e364cc">
Div content here</div>

This div background color is #e364cc


#e364cc Border Color

<div style="border:3px solid #e364cc">
Div here</div>

This div border color is #e364cc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(227,100,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #e364cc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #e364cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e364cc;
  box-shadow:         1px 1px 3px 2px #e364cc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(227,100,204, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e364cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #e364cc;
  -webkit-box-shadow: 1px 1px 3px 2px #e364cc;
  box-shadow:         1px 1px 3px 2px #e364cc;">
Div content here</div>

This div box has shadow with color #e364cc


Comments

No comments written yet.

Please login to write comment.