Color Hex Logo

#e03daa Color Hex

#E03DAA
(224,61,170)
0 Favorites   0 Comments

Color spaces of #e03daa

RGB 22461170
HSL0.890.720.56
HSV320°73°88°
CMYK 0.000.730.24   0.12
XYZ39.664922.087140.2029
Yxy22.08710.38900.2166
Hunter Lab46.996968.4075-17.8210
CIE-Lab54.119371.4068-22.5861

#e03daa color RGB value is (224,61,170).

#e03daa hex color red value is 224, green value is 61 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e03daa hue: 0.89 , saturation: 0.72 and the lightness value of e03daa is 0.56.

The process color (four color CMYK) of #e03daa color hex is 0.00, 0.73, 0.24, 0.12. Web safe color of #e03daa is #cc3399. Color #e03daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 00111101 10101010
Octal 340 75 252
Decimal 224 61 170
Hex E0 3D AA

RGB Percentages of Color #e03daa

%49.23
%13.41
%37.36

CMYK Percentages of Color #e03daa

%0
%73
%24
%12

Triadic Colors of #e03daa

#e03daa #aae03d #3daae0

Analogous Colors of #e03daa

#e03daa #e03d58 #c53de0

Monochromatic Colors of #e03daa

#e03daa

Complementary Color

#e03daa #3de073

#e03daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e03daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e03daa Color CSS Codes

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

#e03daa Text Font Color

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

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


#e03daa Background Color

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

This div background color is #e03daa


#e03daa Border Color

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

This div border color is #e03daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e03daa


Comments

No comments written yet.

Please login to write comment.