Color Hex Logo

#e539bd Color Hex

#E539BD
(229,57,189)
0 Favorites   0 Comments

Color spaces of #e539bd

RGB 22957189
HSL0.870.770.56
HSV314°75°90°
CMYK 0.000.750.17   0.10
XYZ42.961523.258450.3691
Yxy23.25840.36850.1995
Hunter Lab48.227074.6140-28.1647
CIE-Lab55.337576.2330-31.6833

#e539bd color RGB value is (229,57,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100101 00111001 10111101
Octal 345 71 275
Decimal 229 57 189
Hex E5 39 BD

RGB Percentages of Color #e539bd

%48.21
%12.00
%39.79

CMYK Percentages of Color #e539bd

%0
%75
%17
%10

Triadic Colors of #e539bd

#e539bd #bde539 #39bde5

Analogous Colors of #e539bd

#e539bd #e53967 #b739e5

Monochromatic Colors of #e539bd

#e539bd

Complementary Color

#e539bd #39e561

#e539bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e539bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e539bd Color CSS Codes

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

#e539bd Text Font Color

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

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


#e539bd Background Color

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

This div background color is #e539bd


#e539bd Border Color

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

This div border color is #e539bd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(229,57,189, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #e539bd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e539bd


Comments

No comments written yet.

Please login to write comment.