Color Hex Logo

#e532bb Color Hex

#E532BB
(229,50,187)
0 Favorites   0 Comments

Color spaces of #e532bb

RGB 22950187
HSL0.870.770.55
HSV314°78°90°
CMYK 0.000.780.18   0.10
XYZ42.423322.527149.1259
Yxy22.52710.37190.1975
Hunter Lab47.462776.4877-28.1437
CIE-Lab54.581977.8810-31.7029

#e532bb color RGB value is (229,50,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00110010 10111011
Octal 345 62 273
Decimal 229 50 187
Hex E5 32 BB

RGB Percentages of Color #e532bb

%49.14
%10.73
%40.13

CMYK Percentages of Color #e532bb

%0
%78
%18
%10

Triadic Colors of #e532bb

#e532bb #bbe532 #32bbe5

Analogous Colors of #e532bb

#e532bb #e53261 #b632e5

Monochromatic Colors of #e532bb

#e532bb

Complementary Color

#e532bb #32e55c

#e532bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e532bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e532bb Color CSS Codes

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

#e532bb Text Font Color

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

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


#e532bb Background Color

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

This div background color is #e532bb


#e532bb Border Color

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

This div border color is #e532bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e532bb


Comments

No comments written yet.

Please login to write comment.