Color Hex Logo

#bd559c Color Hex

#BD559C
(189,85,156)
1 Favorites   0 Comments

Color spaces of #bd559c

RGB 18985156
HSL0.890.440.54
HSV319°55°74°
CMYK 0.000.550.17   0.26
XYZ30.235519.716133.6645
Yxy19.71610.36160.2358
Hunter Lab44.402843.8422-13.8694
CIE-Lab51.514750.3093-18.8340

#bd559c color RGB value is (189,85,156).

#bd559c hex color red value is 189, green value is 85 and the blue value of its RGB is 156. Cylindrical-coordinate representations (also known as HSL) of color #bd559c hue: 0.89 , saturation: 0.44 and the lightness value of bd559c is 0.54.

The process color (four color CMYK) of #bd559c color hex is 0.00, 0.55, 0.17, 0.26. Web safe color of #bd559c is #cc6699. Color #bd559c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010101 10011100
Octal 275 125 234
Decimal 189 85 156
Hex BD 55 9C

RGB Percentages of Color #bd559c

%43.95
%19.77
%36.28

CMYK Percentages of Color #bd559c

%0
%55
%17
%26

Triadic Colors of #bd559c

#bd559c #9cbd55 #559cbd

Analogous Colors of #bd559c

#bd559c #bd5568 #aa55bd

Monochromatic Colors of #bd559c

#bd559c

Complementary Color

#bd559c #55bd76

#bd559c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd559c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd559c Color CSS Codes

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

#bd559c Text Font Color

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

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


#bd559c Background Color

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

This div background color is #bd559c


#bd559c Border Color

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

This div border color is #bd559c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd559c

#bd559c Color Palettes


Comments

No comments written yet.

Please login to write comment.