Color Hex Logo

#e550bb Color Hex

#E550BB
(229,80,187)
0 Favorites   0 Comments

Color spaces of #e550bb

RGB 22980187
HSL0.880.740.61
HSV317°65°90°
CMYK 0.000.650.18   0.10
XYZ44.151425.983249.7019
Yxy25.98320.36840.2168
Hunter Lab50.973765.4056-22.1291
CIE-Lab58.021168.1762-26.3704

#e550bb color RGB value is (229,80,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010000 10111011
Octal 345 120 273
Decimal 229 80 187
Hex E5 50 BB

RGB Percentages of Color #e550bb

%46.17
%16.13
%37.70

CMYK Percentages of Color #e550bb

%0
%65
%18
%10

Triadic Colors of #e550bb

#e550bb #bbe550 #50bbe5

Analogous Colors of #e550bb

#e550bb #e55071 #c550e5

Monochromatic Colors of #e550bb

#e550bb

Complementary Color

#e550bb #50e57a

#e550bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e550bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e550bb Color CSS Codes

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

#e550bb Text Font Color

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

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


#e550bb Background Color

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

This div background color is #e550bb


#e550bb Border Color

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

This div border color is #e550bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e550bb


Comments

No comments written yet.

Please login to write comment.