Color Hex Logo

#e04aad Color Hex

#E04AAD
(224,74,173)
0 Favorites   0 Comments

Color spaces of #e04aad

RGB 22474173
HSL0.890.710.58
HSV320°67°88°
CMYK 0.000.670.23   0.12
XYZ40.732123.762041.9749
Yxy23.76200.38260.2232
Hunter Lab48.746363.8475-16.9316
CIE-Lab55.848767.2738-21.6822

#e04aad color RGB value is (224,74,173).

#e04aad hex color red value is 224, green value is 74 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e04aad hue: 0.89 , saturation: 0.71 and the lightness value of e04aad is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001010 10101101
Octal 340 112 255
Decimal 224 74 173
Hex E0 4A AD

RGB Percentages of Color #e04aad

%47.56
%15.71
%36.73

CMYK Percentages of Color #e04aad

%0
%67
%23
%12

Triadic Colors of #e04aad

#e04aad #ade04a #4aade0

Analogous Colors of #e04aad

#e04aad #e04a62 #c84ae0

Monochromatic Colors of #e04aad

#e04aad

Complementary Color

#e04aad #4ae07d

#e04aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04aad Color CSS Codes

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

#e04aad Text Font Color

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

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


#e04aad Background Color

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

This div background color is #e04aad


#e04aad Border Color

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

This div border color is #e04aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04aad


Comments

No comments written yet.

Please login to write comment.