Color Hex Logo

#e05aad Color Hex

#E05AAD
(224,90,173)
0 Favorites   0 Comments

Color spaces of #e05aad

RGB 22490173
HSL0.900.680.62
HSV323°60°88°
CMYK 0.000.600.23   0.12
XYZ41.939526.176842.3773
Yxy26.17680.37960.2369
Hunter Lab51.163356.7841-13.2942
CIE-Lab58.204560.8081-18.0842

#e05aad color RGB value is (224,90,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011010 10101101
Octal 340 132 255
Decimal 224 90 173
Hex E0 5A AD

RGB Percentages of Color #e05aad

%46.00
%18.48
%35.52

CMYK Percentages of Color #e05aad

%0
%60
%23
%12

Triadic Colors of #e05aad

#e05aad #ade05a #5aade0

Analogous Colors of #e05aad

#e05aad #e05a6a #d05ae0

Monochromatic Colors of #e05aad

#e05aad

Complementary Color

#e05aad #5ae08d

#e05aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05aad Color CSS Codes

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

#e05aad Text Font Color

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

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


#e05aad Background Color

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

This div background color is #e05aad


#e05aad Border Color

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

This div border color is #e05aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05aad


Comments

No comments written yet.

Please login to write comment.