Color Hex Logo

#e072a5 Color Hex

#E072A5
(224,114,165)
0 Favorites   0 Comments

Color spaces of #e072a5

RGB 224114165
HSL0.920.640.66
HSV332°49°88°
CMYK 0.000.490.26   0.12
XYZ43.549330.598539.2081
Yxy30.59850.38420.2699
Hunter Lab55.315943.7272-3.3038
CIE-Lab62.167248.5367-7.5170

#e072a5 color RGB value is (224,114,165).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01110010 10100101
Octal 340 162 245
Decimal 224 114 165
Hex E0 72 A5

RGB Percentages of Color #e072a5

%44.53
%22.66
%32.80

CMYK Percentages of Color #e072a5

%0
%49
%26
%12

Triadic Colors of #e072a5

#e072a5 #a5e072 #72a5e0

Analogous Colors of #e072a5

#e072a5 #e07672 #e072dc

Monochromatic Colors of #e072a5

#e072a5

Complementary Color

#e072a5 #72e0ad

#e072a5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e072a5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e072a5 Color CSS Codes

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

#e072a5 Text Font Color

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

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


#e072a5 Background Color

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

This div background color is #e072a5


#e072a5 Border Color

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

This div border color is #e072a5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e072a5


Comments

No comments written yet.

Please login to write comment.