Color Hex Logo

#bd539e Color Hex

#BD539E
(189,83,158)
0 Favorites   0 Comments

Color spaces of #bd539e

RGB 18983158
HSL0.880.450.53
HSV318°56°74°
CMYK 0.000.560.16   0.26
XYZ30.251119.474034.5122
Yxy19.47400.35910.2312
Hunter Lab44.129445.1371-15.4783
CIE-Lab51.237251.5640-20.4381

#bd539e color RGB value is (189,83,158).

#bd539e hex color red value is 189, green value is 83 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #bd539e hue: 0.88 , saturation: 0.45 and the lightness value of bd539e is 0.53.

The process color (four color CMYK) of #bd539e color hex is 0.00, 0.56, 0.16, 0.26. Web safe color of #bd539e is #cc6699. Color #bd539e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010011 10011110
Octal 275 123 236
Decimal 189 83 158
Hex BD 53 9E

RGB Percentages of Color #bd539e

%43.95
%19.30
%36.74

CMYK Percentages of Color #bd539e

%0
%56
%16
%26

Triadic Colors of #bd539e

#bd539e #9ebd53 #539ebd

Analogous Colors of #bd539e

#bd539e #bd5369 #a753bd

Monochromatic Colors of #bd539e

#bd539e

Complementary Color

#bd539e #53bd72

#bd539e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd539e Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd539e Color CSS Codes

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

#bd539e Text Font Color

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

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


#bd539e Background Color

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

This div background color is #bd539e


#bd539e Border Color

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

This div border color is #bd539e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd539e


Comments

No comments written yet.

Please login to write comment.