Color Hex Logo

#e04dac Color Hex

#E04DAC
(224,77,172)
0 Favorites   0 Comments

Color spaces of #e04dac

RGB 22477172
HSL0.890.700.59
HSV321°66°88°
CMYK 0.000.660.23   0.12
XYZ40.840724.133641.5354
Yxy24.13360.38340.2266
Hunter Lab49.126062.4249-15.7408
CIE-Lab56.221366.0025-20.5300

#e04dac color RGB value is (224,77,172).

#e04dac hex color red value is 224, green value is 77 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e04dac hue: 0.89 , saturation: 0.70 and the lightness value of e04dac is 0.59.

The process color (four color CMYK) of #e04dac color hex is 0.00, 0.66, 0.23, 0.12. Web safe color of #e04dac is #cc6699. Color #e04dac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100000 01001101 10101100
Octal 340 115 254
Decimal 224 77 172
Hex E0 4D AC

RGB Percentages of Color #e04dac

%47.36
%16.28
%36.36

CMYK Percentages of Color #e04dac

%0
%66
%23
%12

Triadic Colors of #e04dac

#e04dac #ace04d #4dace0

Analogous Colors of #e04dac

#e04dac #e04d62 #cb4de0

Monochromatic Colors of #e04dac

#e04dac

Complementary Color

#e04dac #4de081

#e04dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e04dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e04dac Color CSS Codes

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

#e04dac Text Font Color

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

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


#e04dac Background Color

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

This div background color is #e04dac


#e04dac Border Color

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

This div border color is #e04dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e04dac


Comments

No comments written yet.

Please login to write comment.