Color Hex Logo

#e02dac Color Hex

#E02DAC
(224,45,172)
0 Favorites   0 Comments

Color spaces of #e02dac

RGB 22445172
HSL0.880.740.53
HSV317°80°88°
CMYK 0.000.800.23   0.12
XYZ39.125220.702640.9636
Yxy20.70260.38820.2054
Hunter Lab45.500173.8656-21.5285
CIE-Lab52.622576.1562-26.0662

#e02dac color RGB value is (224,45,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 00101101 10101100
Octal 340 55 254
Decimal 224 45 172
Hex E0 2D AC

RGB Percentages of Color #e02dac

%50.79
%10.20
%39.00

CMYK Percentages of Color #e02dac

%0
%80
%23
%12

Triadic Colors of #e02dac

#e02dac #ace02d #2dace0

Analogous Colors of #e02dac

#e02dac #e02d53 #bb2de0

Monochromatic Colors of #e02dac

#e02dac

Complementary Color

#e02dac #2de061

#e02dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e02dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e02dac Color CSS Codes

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

#e02dac Text Font Color

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

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


#e02dac Background Color

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

This div background color is #e02dac


#e02dac Border Color

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

This div border color is #e02dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e02dac


Comments

No comments written yet.

Please login to write comment.