Color Hex Logo

#e55bbd Color Hex

#E55BBD
(229,91,189)
0 Favorites   0 Comments

Color spaces of #e55bbd

RGB 22991189
HSL0.880.730.63
HSV317°60°90°
CMYK 0.000.600.17   0.10
XYZ45.239527.814351.1284
Yxy27.81430.36430.2240
Hunter Lab52.739360.8228-20.5616
CIE-Lab59.720664.0061-24.8996

#e55bbd color RGB value is (229,91,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01011011 10111101
Octal 345 133 275
Decimal 229 91 189
Hex E5 5B BD

RGB Percentages of Color #e55bbd

%44.99
%17.88
%37.13

CMYK Percentages of Color #e55bbd

%0
%60
%17
%10

Triadic Colors of #e55bbd

#e55bbd #bde55b #5bbde5

Analogous Colors of #e55bbd

#e55bbd #e55b78 #c85be5

Monochromatic Colors of #e55bbd

#e55bbd

Complementary Color

#e55bbd #5be583

#e55bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e55bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e55bbd Color CSS Codes

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

#e55bbd Text Font Color

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

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


#e55bbd Background Color

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

This div background color is #e55bbd


#e55bbd Border Color

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

This div border color is #e55bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e55bbd


Comments

No comments written yet.

Please login to write comment.