Color Hex Logo

#e02daa Color Hex

#E02DAA
(224,45,170)
0 Favorites   0 Comments

Color spaces of #e02daa

RGB 22445170
HSL0.880.740.53
HSV318°80°88°
CMYK 0.000.800.24   0.12
XYZ38.934620.626339.9594
Yxy20.62630.39120.2073
Hunter Lab45.416273.5470-20.3749
CIE-Lab52.538175.9151-25.0221

#e02daa color RGB value is (224,45,170).

#e02daa hex color red value is 224, green value is 45 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e02daa hue: 0.88 , saturation: 0.74 and the lightness value of e02daa is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101101 10101010
Octal 340 55 252
Decimal 224 45 170
Hex E0 2D AA

RGB Percentages of Color #e02daa

%51.03
%10.25
%38.72

CMYK Percentages of Color #e02daa

%0
%80
%24
%12

Triadic Colors of #e02daa

#e02daa #aae02d #2daae0

Analogous Colors of #e02daa

#e02daa #e02d51 #bd2de0

Monochromatic Colors of #e02daa

#e02daa

Complementary Color

#e02daa #2de063

#e02daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02daa Color CSS Codes

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

#e02daa Text Font Color

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

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


#e02daa Background Color

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

This div background color is #e02daa


#e02daa Border Color

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

This div border color is #e02daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02daa


Comments

No comments written yet.

Please login to write comment.