Color Hex Logo

#e017ac Color Hex

#E017AC
(224,23,172)
0 Favorites   0 Comments

Color spaces of #e017ac

RGB 22423172
HSL0.880.810.48
HSV316°90°88°
CMYK 0.000.900.23   0.12
XYZ38.493319.438640.7529
Yxy19.43860.39010.1970
Hunter Lab44.089278.6881-23.9409
CIE-Lab51.196480.2896-28.2769

#e017ac color RGB value is (224,23,172).

#e017ac hex color red value is 224, green value is 23 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e017ac hue: 0.88 , saturation: 0.81 and the lightness value of e017ac is 0.48.

The process color (four color CMYK) of #e017ac color hex is 0.00, 0.90, 0.23, 0.12. Web safe color of #e017ac is #cc0099. Color #e017ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00010111 10101100
Octal 340 27 254
Decimal 224 23 172
Hex E0 17 AC

RGB Percentages of Color #e017ac

%53.46
%5.49
%41.05

CMYK Percentages of Color #e017ac

%0
%90
%23
%12

Triadic Colors of #e017ac

#e017ac #ace017 #17ace0

Analogous Colors of #e017ac

#e017ac #e01748 #b017e0

Monochromatic Colors of #e017ac

#e017ac

Complementary Color

#e017ac #17e04b

#e017ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e017ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e017ac Color CSS Codes

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

#e017ac Text Font Color

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

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


#e017ac Background Color

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

This div background color is #e017ac


#e017ac Border Color

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

This div border color is #e017ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e017ac


Comments

No comments written yet.

Please login to write comment.