Color Hex Logo

#e55dbd Color Hex

#E55DBD
(229,93,189)
0 Favorites   0 Comments

Color spaces of #e55dbd

RGB 22993189
HSL0.880.720.63
HSV318°59°90°
CMYK 0.000.590.17   0.10
XYZ45.412828.160851.1862
Yxy28.16080.36400.2257
Hunter Lab53.066859.8877-20.0422
CIE-Lab60.033763.1542-24.4183

#e55dbd color RGB value is (229,93,189).

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

The process color (four color CMYK) of #e55dbd color hex is 0.00, 0.59, 0.17, 0.10. Web safe color of #e55dbd is #cc66cc. Color #e55dbd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011101 10111101
Octal 345 135 275
Decimal 229 93 189
Hex E5 5D BD

RGB Percentages of Color #e55dbd

%44.81
%18.20
%36.99

CMYK Percentages of Color #e55dbd

%0
%59
%17
%10

Triadic Colors of #e55dbd

#e55dbd #bde55d #5dbde5

Analogous Colors of #e55dbd

#e55dbd #e55d79 #c95de5

Monochromatic Colors of #e55dbd

#e55dbd

Complementary Color

#e55dbd #5de585

#e55dbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55dbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55dbd Color CSS Codes

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

#e55dbd Text Font Color

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

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


#e55dbd Background Color

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

This div background color is #e55dbd


#e55dbd Border Color

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

This div border color is #e55dbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55dbd


Comments

No comments written yet.

Please login to write comment.