Color Hex Logo

#e03aad Color Hex

#E03AAD
(224,58,173)
0 Favorites   0 Comments

Color spaces of #e03aad

RGB 22458173
HSL0.880.730.55
HSV318°74°88°
CMYK 0.000.740.23   0.12
XYZ39.796421.890541.6630
Yxy21.89050.38510.2118
Hunter Lab46.787369.9511-20.0453
CIE-Lab53.910672.7187-24.6623

#e03aad color RGB value is (224,58,173).

#e03aad hex color red value is 224, green value is 58 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #e03aad hue: 0.88 , saturation: 0.73 and the lightness value of e03aad is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111010 10101101
Octal 340 72 255
Decimal 224 58 173
Hex E0 3A AD

RGB Percentages of Color #e03aad

%49.23
%12.75
%38.02

CMYK Percentages of Color #e03aad

%0
%74
%23
%12

Triadic Colors of #e03aad

#e03aad #ade03a #3aade0

Analogous Colors of #e03aad

#e03aad #e03a5a #c03ae0

Monochromatic Colors of #e03aad

#e03aad

Complementary Color

#e03aad #3ae06d

#e03aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03aad Color CSS Codes

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

#e03aad Text Font Color

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

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


#e03aad Background Color

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

This div background color is #e03aad


#e03aad Border Color

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

This div border color is #e03aad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03aad


Comments

No comments written yet.

Please login to write comment.