Color Hex Logo

#e552bb Color Hex

#E552BB
(229,82,187)
0 Favorites   0 Comments

Color spaces of #e552bb

RGB 22982187
HSL0.880.740.61
HSV317°64°90°
CMYK 0.000.640.18   0.10
XYZ44.300026.280549.7515
Yxy26.28050.36810.2184
Hunter Lab51.264564.5371-21.6550
CIE-Lab58.302367.3979-25.9367

#e552bb color RGB value is (229,82,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 01010010 10111011
Octal 345 122 273
Decimal 229 82 187
Hex E5 52 BB

RGB Percentages of Color #e552bb

%45.98
%16.47
%37.55

CMYK Percentages of Color #e552bb

%0
%64
%18
%10

Triadic Colors of #e552bb

#e552bb #bbe552 #52bbe5

Analogous Colors of #e552bb

#e552bb #e55272 #c652e5

Monochromatic Colors of #e552bb

#e552bb

Complementary Color

#e552bb #52e57c

#e552bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e552bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e552bb Color CSS Codes

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

#e552bb Text Font Color

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

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


#e552bb Background Color

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

This div background color is #e552bb


#e552bb Border Color

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

This div border color is #e552bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e552bb


Comments

No comments written yet.

Please login to write comment.