Color Hex Logo

#e072a8 Color Hex

#E072A8
(224,114,168)
0 Favorites   0 Comments

Color spaces of #e072a8

RGB 224114168
HSL0.920.640.66
HSV331°49°88°
CMYK 0.000.490.25   0.12
XYZ43.825730.709140.6634
Yxy30.70910.38040.2666
Hunter Lab55.415844.1895-4.7152
CIE-Lab62.261348.9450-9.0939

#e072a8 color RGB value is (224,114,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 10101000
Octal 340 162 250
Decimal 224 114 168
Hex E0 72 A8

RGB Percentages of Color #e072a8

%44.27
%22.53
%33.20

CMYK Percentages of Color #e072a8

%0
%49
%25
%12

Triadic Colors of #e072a8

#e072a8 #a8e072 #72a8e0

Analogous Colors of #e072a8

#e072a8 #e07372 #e072df

Monochromatic Colors of #e072a8

#e072a8

Complementary Color

#e072a8 #72e0aa

#e072a8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e072a8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e072a8 Color CSS Codes

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

#e072a8 Text Font Color

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

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


#e072a8 Background Color

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

This div background color is #e072a8


#e072a8 Border Color

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

This div border color is #e072a8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e072a8


Comments

No comments written yet.

Please login to write comment.