Color Hex Logo

#e072a9 Color Hex

#E072A9
(224,114,169)
0 Favorites   0 Comments

Color spaces of #e072a9

RGB 224114169
HSL0.920.640.66
HSV330°49°88°
CMYK 0.000.490.25   0.12
XYZ43.919230.746541.1560
Yxy30.74650.37920.2655
Hunter Lab55.449544.3455-5.1918
CIE-Lab62.293149.0826-9.6184

#e072a9 color RGB value is (224,114,169).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 10101001
Octal 340 162 251
Decimal 224 114 169
Hex E0 72 A9

RGB Percentages of Color #e072a9

%44.18
%22.49
%33.33

CMYK Percentages of Color #e072a9

%0
%49
%25
%12

Triadic Colors of #e072a9

#e072a9 #a9e072 #72a9e0

Analogous Colors of #e072a9

#e072a9 #e07272 #e072e0

Monochromatic Colors of #e072a9

#e072a9

Complementary Color

#e072a9 #72e0a9

#e072a9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e072a9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e072a9 Color CSS Codes

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

#e072a9 Text Font Color

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

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


#e072a9 Background Color

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

This div background color is #e072a9


#e072a9 Border Color

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

This div border color is #e072a9


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(224,114,169, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e072a9


Comments

No comments written yet.

Please login to write comment.