Color Hex Logo

#e870ac Color Hex

#E870AC
(232,112,172)
0 Favorites   0 Comments

Color spaces of #e870ac

RGB 232112172
HSL0.920.720.67
HSV330°52°91°
CMYK 0.000.520.26   0.09
XYZ46.519331.722742.7010
Yxy31.72270.38460.2623
Hunter Lab56.322948.8651-5.5245
CIE-Lab63.113053.0307-9.9920

#e870ac color RGB value is (232,112,172).

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

The process color (four color CMYK) of #e870ac color hex is 0.00, 0.52, 0.26, 0.09. Web safe color of #e870ac is #ff6699. Color #e870ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 01110000 10101100
Octal 350 160 254
Decimal 232 112 172
Hex E8 70 AC

RGB Percentages of Color #e870ac

%44.96
%21.71
%33.33

CMYK Percentages of Color #e870ac

%0
%52
%26
%9

Triadic Colors of #e870ac

#e870ac #ace870 #70ace8

Analogous Colors of #e870ac

#e870ac #e87070 #e870e8

Monochromatic Colors of #e870ac

#e870ac

Complementary Color

#e870ac #70e8ac

#e870ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e870ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e870ac Color CSS Codes

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

#e870ac Text Font Color

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

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


#e870ac Background Color

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

This div background color is #e870ac


#e870ac Border Color

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

This div border color is #e870ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e870ac


Comments

No comments written yet.

Please login to write comment.