Color Hex Logo

#e870ce Color Hex

#E870CE
(232,112,206)
0 Favorites   0 Comments

Color spaces of #e870ce

RGB 232112206
HSL0.870.720.67
HSV313°52°91°
CMYK 0.000.520.11   0.09
XYZ50.213533.200462.1543
Yxy33.20040.34490.2281
Hunter Lab57.619854.7215-23.6221
CIE-Lab64.322857.9818-27.4202

#e870ce color RGB value is (232,112,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 11001110
Octal 350 160 316
Decimal 232 112 206
Hex E8 70 CE

RGB Percentages of Color #e870ce

%42.18
%20.36
%37.45

CMYK Percentages of Color #e870ce

%0
%52
%11
%9

Triadic Colors of #e870ce

#e870ce #cee870 #70cee8

Analogous Colors of #e870ce

#e870ce #e87092 #c670e8

Monochromatic Colors of #e870ce

#e870ce

Complementary Color

#e870ce #70e88a

#e870ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870ce Color CSS Codes

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

#e870ce Text Font Color

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

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


#e870ce Background Color

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

This div background color is #e870ce


#e870ce Border Color

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

This div border color is #e870ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870ce


Comments

No comments written yet.

Please login to write comment.