Color Hex Logo

#bd589c Color Hex

#BD589C
(189,88,156)
0 Favorites   0 Comments

Color spaces of #bd589c

RGB 18988156
HSL0.890.430.54
HSV320°53°74°
CMYK 0.000.530.17   0.26
XYZ30.476720.198633.7449
Yxy20.19860.36100.2393
Hunter Lab44.942942.3946-13.0573
CIE-Lab52.061048.8597-17.9996

#bd589c color RGB value is (189,88,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011000 10011100
Octal 275 130 234
Decimal 189 88 156
Hex BD 58 9C

RGB Percentages of Color #bd589c

%43.65
%20.32
%36.03

CMYK Percentages of Color #bd589c

%0
%53
%17
%26

Triadic Colors of #bd589c

#bd589c #9cbd58 #589cbd

Analogous Colors of #bd589c

#bd589c #bd586a #ac58bd

Monochromatic Colors of #bd589c

#bd589c

Complementary Color

#bd589c #58bd79

#bd589c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd589c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd589c Color CSS Codes

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

#bd589c Text Font Color

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

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


#bd589c Background Color

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

This div background color is #bd589c


#bd589c Border Color

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

This div border color is #bd589c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd589c


Comments

No comments written yet.

Please login to write comment.