Color Hex Logo

#e072ac Color Hex

#E072AC
(224,114,172)
0 Favorites   0 Comments

Color spaces of #e072ac

RGB 224114172
HSL0.910.640.66
HSV328°49°88°
CMYK 0.000.490.23   0.12
XYZ44.204230.860542.6566
Yxy30.86050.37550.2621
Hunter Lab55.552244.8202-6.6401
CIE-Lab62.389749.5004-11.1884

#e072ac color RGB value is (224,114,172).

#e072ac hex color red value is 224, green value is 114 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e072ac hue: 0.91 , saturation: 0.64 and the lightness value of e072ac is 0.66.

The process color (four color CMYK) of #e072ac color hex is 0.00, 0.49, 0.23, 0.12. Web safe color of #e072ac is #cc6699. Color #e072ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 10101100
Octal 340 162 254
Decimal 224 114 172
Hex E0 72 AC

RGB Percentages of Color #e072ac

%43.92
%22.35
%33.73

CMYK Percentages of Color #e072ac

%0
%49
%23
%12

Triadic Colors of #e072ac

#e072ac #ace072 #72ace0

Analogous Colors of #e072ac

#e072ac #e07275 #dd72e0

Monochromatic Colors of #e072ac

#e072ac

Complementary Color

#e072ac #72e0a6

#e072ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e072ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e072ac Color CSS Codes

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

#e072ac Text Font Color

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

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


#e072ac Background Color

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

This div background color is #e072ac


#e072ac Border Color

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

This div border color is #e072ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e072ac


Comments

No comments written yet.

Please login to write comment.