Color Hex Logo

#e868cb Color Hex

#E868CB
(232,104,203)
0 Favorites   0 Comments

Color spaces of #e868cb

RGB 232104203
HSL0.870.740.66
HSV314°55°91°
CMYK 0.000.550.13   0.09
XYZ49.008531.368259.9716
Yxy31.36820.34920.2235
Hunter Lab56.007358.1814-24.2815
CIE-Lab62.817261.2120-28.0508

#e868cb color RGB value is (232,104,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01101000 11001011
Octal 350 150 313
Decimal 232 104 203
Hex E8 68 CB

RGB Percentages of Color #e868cb

%43.04
%19.29
%37.66

CMYK Percentages of Color #e868cb

%0
%55
%13
%9

Triadic Colors of #e868cb

#e868cb #cbe868 #68cbe8

Analogous Colors of #e868cb

#e868cb #e8688b #c568e8

Monochromatic Colors of #e868cb

#e868cb

Complementary Color

#e868cb #68e885

#e868cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e868cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e868cb Color CSS Codes

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

#e868cb Text Font Color

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

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


#e868cb Background Color

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

This div background color is #e868cb


#e868cb Border Color

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

This div border color is #e868cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(232,104,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e868cb


Comments

No comments written yet.

Please login to write comment.