Color Hex Logo

#e870cc Color Hex

#E870CC
(232,112,204)
0 Favorites   0 Comments

Color spaces of #e870cc

RGB 232112204
HSL0.870.720.67
HSV314°52°91°
CMYK 0.000.520.12   0.09
XYZ49.972033.103860.8826
Yxy33.10380.34710.2300
Hunter Lab57.535954.3458-22.4636
CIE-Lab64.244957.6689-26.4153

#e870cc color RGB value is (232,112,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 11001100
Octal 350 160 314
Decimal 232 112 204
Hex E8 70 CC

RGB Percentages of Color #e870cc

%42.34
%20.44
%37.23

CMYK Percentages of Color #e870cc

%0
%52
%12
%9

Triadic Colors of #e870cc

#e870cc #cce870 #70cce8

Analogous Colors of #e870cc

#e870cc #e87090 #c870e8

Monochromatic Colors of #e870cc

#e870cc

Complementary Color

#e870cc #70e88c

#e870cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870cc Color CSS Codes

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

#e870cc Text Font Color

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

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


#e870cc Background Color

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

This div background color is #e870cc


#e870cc Border Color

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

This div border color is #e870cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870cc


Comments

No comments written yet.

Please login to write comment.