Color Hex Logo

#e05aac Color Hex

#E05AAC
(224,90,172)
0 Favorites   0 Comments

Color spaces of #e05aac

RGB 22490172
HSL0.900.680.62
HSV323°60°88°
CMYK 0.000.600.23   0.12
XYZ41.843026.138241.8695
Yxy26.13820.38090.2379
Hunter Lab51.125556.6212-12.7680
CIE-Lab58.168060.6732-17.5615

#e05aac color RGB value is (224,90,172).

#e05aac hex color red value is 224, green value is 90 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e05aac hue: 0.90 , saturation: 0.68 and the lightness value of e05aac is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011010 10101100
Octal 340 132 254
Decimal 224 90 172
Hex E0 5A AC

RGB Percentages of Color #e05aac

%46.09
%18.52
%35.39

CMYK Percentages of Color #e05aac

%0
%60
%23
%12

Triadic Colors of #e05aac

#e05aac #ace05a #5aace0

Analogous Colors of #e05aac

#e05aac #e05a69 #d15ae0

Monochromatic Colors of #e05aac

#e05aac

Complementary Color

#e05aac #5ae08e

#e05aac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05aac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05aac Color CSS Codes

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

#e05aac Text Font Color

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

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


#e05aac Background Color

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

This div background color is #e05aac


#e05aac Border Color

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

This div border color is #e05aac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05aac


Comments

No comments written yet.

Please login to write comment.