Color Hex Logo

#e55daa Color Hex

#E55DAA
(229,93,170)
0 Favorites   0 Comments

Color spaces of #e55daa

RGB 22993170
HSL0.910.720.63
HSV326°59°90°
CMYK 0.000.590.26   0.10
XYZ43.483127.389041.0250
Yxy27.38900.38860.2448
Hunter Lab52.334556.7247-9.8433
CIE-Lab59.332760.5592-14.5689

#e55daa color RGB value is (229,93,170).

#e55daa hex color red value is 229, green value is 93 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #e55daa hue: 0.91 , saturation: 0.72 and the lightness value of e55daa is 0.63.

The process color (four color CMYK) of #e55daa color hex is 0.00, 0.59, 0.26, 0.10. Web safe color of #e55daa is #cc6699. Color #e55daa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011101 10101010
Octal 345 135 252
Decimal 229 93 170
Hex E5 5D AA

RGB Percentages of Color #e55daa

%46.54
%18.90
%34.55

CMYK Percentages of Color #e55daa

%0
%59
%26
%10

Triadic Colors of #e55daa

#e55daa #aae55d #5daae5

Analogous Colors of #e55daa

#e55daa #e55d66 #dc5de5

Monochromatic Colors of #e55daa

#e55daa

Complementary Color

#e55daa #5de598

#e55daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55daa Color CSS Codes

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

#e55daa Text Font Color

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

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


#e55daa Background Color

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

This div background color is #e55daa


#e55daa Border Color

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

This div border color is #e55daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55daa


Comments

No comments written yet.

Please login to write comment.