Color Hex Logo

#e02aac Color Hex

#E02AAC
(224,42,172)
0 Favorites   0 Comments

Color spaces of #e02aac

RGB 22442172
HSL0.880.750.52
HSV317°81°88°
CMYK 0.000.810.23   0.12
XYZ39.014820.481840.9268
Yxy20.48180.38850.2040
Hunter Lab45.256874.6810-21.9376
CIE-Lab52.377676.8614-26.4451

#e02aac color RGB value is (224,42,172).

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

The process color (four color CMYK) of #e02aac color hex is 0.00, 0.81, 0.23, 0.12. Web safe color of #e02aac is #cc3399. Color #e02aac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101010 10101100
Octal 340 52 254
Decimal 224 42 172
Hex E0 2A AC

RGB Percentages of Color #e02aac

%51.14
%9.59
%39.27

CMYK Percentages of Color #e02aac

%0
%81
%23
%12

Triadic Colors of #e02aac

#e02aac #ace02a #2aace0

Analogous Colors of #e02aac

#e02aac #e02a51 #b92ae0

Monochromatic Colors of #e02aac

#e02aac

Complementary Color

#e02aac #2ae05e

#e02aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02aac Color CSS Codes

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

#e02aac Text Font Color

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

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


#e02aac Background Color

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

This div background color is #e02aac


#e02aac Border Color

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

This div border color is #e02aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02aac


Comments

No comments written yet.

Please login to write comment.