Color Hex Logo

#e05dac Color Hex

#E05DAC
(224,93,172)
0 Favorites   0 Comments

Color spaces of #e05dac

RGB 22493172
HSL0.900.680.62
HSV324°58°88°
CMYK 0.000.580.23   0.12
XYZ42.101226.654641.9556
Yxy26.65460.38030.2408
Hunter Lab51.628155.2124-12.0424
CIE-Lab58.653259.3624-16.8245

#e05dac color RGB value is (224,93,172).

#e05dac hex color red value is 224, green value is 93 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #e05dac hue: 0.90 , saturation: 0.68 and the lightness value of e05dac is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011101 10101100
Octal 340 135 254
Decimal 224 93 172
Hex E0 5D AC

RGB Percentages of Color #e05dac

%45.81
%19.02
%35.17

CMYK Percentages of Color #e05dac

%0
%58
%23
%12

Triadic Colors of #e05dac

#e05dac #ace05d #5dace0

Analogous Colors of #e05dac

#e05dac #e05d6b #d35de0

Monochromatic Colors of #e05dac

#e05dac

Complementary Color

#e05dac #5de091

#e05dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05dac Color CSS Codes

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

#e05dac Text Font Color

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

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


#e05dac Background Color

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

This div background color is #e05dac


#e05dac Border Color

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

This div border color is #e05dac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05dac


Comments

No comments written yet.

Please login to write comment.