Color Hex Logo

#e522bb Color Hex

#E522BB
(229,34,187)
0 Favorites   0 Comments

Color spaces of #e522bb

RGB 22934187
HSL0.870.790.52
HSV313°85°90°
CMYK 0.000.850.18   0.10
XYZ41.854821.389948.9364
Yxy21.38990.37310.1907
Hunter Lab46.249280.6035-30.3604
CIE-Lab53.373681.3745-33.5887

#e522bb color RGB value is (229,34,187).

#e522bb hex color red value is 229, green value is 34 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #e522bb hue: 0.87 , saturation: 0.79 and the lightness value of e522bb is 0.52.

The process color (four color CMYK) of #e522bb color hex is 0.00, 0.85, 0.18, 0.10. Web safe color of #e522bb is #cc33cc. Color #e522bb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11100101 00100010 10111011
Octal 345 42 273
Decimal 229 34 187
Hex E5 22 BB

RGB Percentages of Color #e522bb

%50.89
%7.56
%41.56

CMYK Percentages of Color #e522bb

%0
%85
%18
%10

Triadic Colors of #e522bb

#e522bb #bbe522 #22bbe5

Analogous Colors of #e522bb

#e522bb #e52259 #ae22e5

Monochromatic Colors of #e522bb

#e522bb

Complementary Color

#e522bb #22e54c

#e522bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e522bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e522bb Color CSS Codes

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

#e522bb Text Font Color

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

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


#e522bb Background Color

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

This div background color is #e522bb


#e522bb Border Color

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

This div border color is #e522bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e522bb


Comments

No comments written yet.

Please login to write comment.