Color Hex Logo

#e868cc Color Hex

#E868CC
(232,104,204)
0 Favorites   0 Comments

Color spaces of #e868cc

RGB 232104204
HSL0.870.740.66
HSV313°55°91°
CMYK 0.000.550.12   0.09
XYZ49.128131.416160.6013
Yxy31.41610.34810.2226
Hunter Lab56.050158.3683-24.8693
CIE-Lab62.857361.3651-28.5535

#e868cc color RGB value is (232,104,204).

#e868cc hex color red value is 232, green value is 104 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #e868cc hue: 0.87 , saturation: 0.74 and the lightness value of e868cc is 0.66.

The process color (four color CMYK) of #e868cc color hex is 0.00, 0.55, 0.12, 0.09. Web safe color of #e868cc is #ff66cc. Color #e868cc contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101000 11001100
Octal 350 150 314
Decimal 232 104 204
Hex E8 68 CC

RGB Percentages of Color #e868cc

%42.96
%19.26
%37.78

CMYK Percentages of Color #e868cc

%0
%55
%12
%9

Triadic Colors of #e868cc

#e868cc #cce868 #68cce8

Analogous Colors of #e868cc

#e868cc #e8688c #c468e8

Monochromatic Colors of #e868cc

#e868cc

Complementary Color

#e868cc #68e884

#e868cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e868cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e868cc Color CSS Codes

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

#e868cc Text Font Color

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

This sample text font color is #e868cc
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.


#e868cc Background Color

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

This div background color is #e868cc


#e868cc Border Color

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

This div border color is #e868cc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,104,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 #e868cc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e868cc


Comments

No comments written yet.

Please login to write comment.