Color Hex Logo

#e539bb Color Hex

#E539BB
(229,57,187)
0 Favorites   0 Comments

Color spaces of #e539bb

RGB 22957187
HSL0.870.770.56
HSV315°75°90°
CMYK 0.000.750.18   0.10
XYZ42.745923.172149.2334
Yxy23.17210.37120.2012
Hunter Lab48.137474.2671-26.9437
CIE-Lab55.249275.9708-30.6642

#e539bb color RGB value is (229,57,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111001 10111011
Octal 345 71 273
Decimal 229 57 187
Hex E5 39 BB

RGB Percentages of Color #e539bb

%48.41
%12.05
%39.53

CMYK Percentages of Color #e539bb

%0
%75
%18
%10

Triadic Colors of #e539bb

#e539bb #bbe539 #39bbe5

Analogous Colors of #e539bb

#e539bb #e53965 #b939e5

Monochromatic Colors of #e539bb

#e539bb

Complementary Color

#e539bb #39e563

#e539bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e539bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e539bb Color CSS Codes

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

#e539bb Text Font Color

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

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


#e539bb Background Color

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

This div background color is #e539bb


#e539bb Border Color

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

This div border color is #e539bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e539bb


Comments

No comments written yet.

Please login to write comment.