Color Hex Logo

#e555bb Color Hex

#E555BB
(229,85,187)
0 Favorites   0 Comments

Color spaces of #e555bb

RGB 22985187
HSL0.880.730.62
HSV318°63°90°
CMYK 0.000.630.18   0.10
XYZ44.531226.742949.8285
Yxy26.74290.36770.2208
Hunter Lab51.713563.2100-20.9293
CIE-Lab58.735666.2037-25.2692

#e555bb color RGB value is (229,85,187).

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

The process color (four color CMYK) of #e555bb color hex is 0.00, 0.63, 0.18, 0.10. Web safe color of #e555bb is #cc66cc. Color #e555bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010101 10111011
Octal 345 125 273
Decimal 229 85 187
Hex E5 55 BB

RGB Percentages of Color #e555bb

%45.71
%16.97
%37.33

CMYK Percentages of Color #e555bb

%0
%63
%18
%10

Triadic Colors of #e555bb

#e555bb #bbe555 #55bbe5

Analogous Colors of #e555bb

#e555bb #e55573 #c755e5

Monochromatic Colors of #e555bb

#e555bb

Complementary Color

#e555bb #55e57f

#e555bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e555bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e555bb Color CSS Codes

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

#e555bb Text Font Color

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

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


#e555bb Background Color

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

This div background color is #e555bb


#e555bb Border Color

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

This div border color is #e555bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e555bb


Comments

No comments written yet.

Please login to write comment.