Color Hex Logo

#e05daa Color Hex

#E05DAA
(224,93,170)
0 Favorites   0 Comments

Color spaces of #e05daa

RGB 22493170
HSL0.900.680.62
HSV325°58°88°
CMYK 0.000.580.24   0.12
XYZ41.910526.578340.9514
Yxy26.57830.38300.2429
Hunter Lab51.554154.8903-11.0084
CIE-Lab58.581959.0934-15.7769

#e05daa color RGB value is (224,93,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100000 01011101 10101010
Octal 340 135 252
Decimal 224 93 170
Hex E0 5D AA

RGB Percentages of Color #e05daa

%46.00
%19.10
%34.91

CMYK Percentages of Color #e05daa

%0
%58
%24
%12

Triadic Colors of #e05daa

#e05daa #aae05d #5daae0

Analogous Colors of #e05daa

#e05daa #e05d69 #d55de0

Monochromatic Colors of #e05daa

#e05daa

Complementary Color

#e05daa #5de093

#e05daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e05daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e05daa Color CSS Codes

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

#e05daa Text Font Color

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

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


#e05daa Background Color

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

This div background color is #e05daa


#e05daa Border Color

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

This div border color is #e05daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e05daa


Comments

No comments written yet.

Please login to write comment.