Color Hex Logo

#e05dae Color Hex

#E05DAE
(224,93,174)
0 Favorites   0 Comments

Color spaces of #e05dae

RGB 22493174
HSL0.900.680.62
HSV323°58°88°
CMYK 0.000.580.22   0.12
XYZ42.294826.732042.9750
Yxy26.73200.37760.2387
Hunter Lab51.703055.5388-13.0891
CIE-Lab58.725459.6346-17.8693

#e05dae color RGB value is (224,93,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011101 10101110
Octal 340 135 256
Decimal 224 93 174
Hex E0 5D AE

RGB Percentages of Color #e05dae

%45.62
%18.94
%35.44

CMYK Percentages of Color #e05dae

%0
%58
%22
%12

Triadic Colors of #e05dae

#e05dae #aee05d #5daee0

Analogous Colors of #e05dae

#e05dae #e05d6d #d15de0

Monochromatic Colors of #e05dae

#e05dae

Complementary Color

#e05dae #5de08f

#e05dae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05dae Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05dae Color CSS Codes

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

#e05dae Text Font Color

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

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


#e05dae Background Color

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

This div background color is #e05dae


#e05dae Border Color

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

This div border color is #e05dae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05dae


Comments

No comments written yet.

Please login to write comment.