Color Hex Logo

#e858ac Color Hex

#E858AC
(232,88,172)
0 Favorites   0 Comments

Color spaces of #e858ac

RGB 23288172
HSL0.900.760.63
HSV325°62°91°
CMYK 0.000.620.26   0.09
XYZ44.214827.113841.9328
Yxy27.11380.39040.2394
Hunter Lab52.070960.4450-11.2967
CIE-Lab59.079563.7994-16.0631

#e858ac color RGB value is (232,88,172).

#e858ac hex color red value is 232, green value is 88 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e858ac hue: 0.90 , saturation: 0.76 and the lightness value of e858ac is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 11101000 01011000 10101100
Octal 350 130 254
Decimal 232 88 172
Hex E8 58 AC

RGB Percentages of Color #e858ac

%47.15
%17.89
%34.96

CMYK Percentages of Color #e858ac

%0
%62
%26
%9

Triadic Colors of #e858ac

#e858ac #ace858 #58ace8

Analogous Colors of #e858ac

#e858ac #e85864 #dc58e8

Monochromatic Colors of #e858ac

#e858ac

Complementary Color

#e858ac #58e894

#e858ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e858ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e858ac Color CSS Codes

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

#e858ac Text Font Color

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

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


#e858ac Background Color

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

This div background color is #e858ac


#e858ac Border Color

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

This div border color is #e858ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e858ac


Comments

No comments written yet.

Please login to write comment.