Color Hex Logo

#e870cb Color Hex

#E870CB
(232,112,203)
0 Favorites   0 Comments

Color spaces of #e870cb

RGB 232112203
HSL0.870.720.67
HSV315°52°91°
CMYK 0.000.520.13   0.09
XYZ49.852433.055960.2528
Yxy33.05590.34820.2309
Hunter Lab57.494354.1597-21.8887
CIE-Lab64.206157.5136-25.9120

#e870cb color RGB value is (232,112,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 11001011
Octal 350 160 313
Decimal 232 112 203
Hex E8 70 CB

RGB Percentages of Color #e870cb

%42.41
%20.48
%37.11

CMYK Percentages of Color #e870cb

%0
%52
%13
%9

Triadic Colors of #e870cb

#e870cb #cbe870 #70cbe8

Analogous Colors of #e870cb

#e870cb #e8708f #c970e8

Monochromatic Colors of #e870cb

#e870cb

Complementary Color

#e870cb #70e88d

#e870cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870cb Color CSS Codes

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

#e870cb Text Font Color

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

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


#e870cb Background Color

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

This div background color is #e870cb


#e870cb Border Color

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

This div border color is #e870cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870cb


Comments

No comments written yet.

Please login to write comment.