Color Hex Logo

#bd5789 Color Hex

#BD5789
(189,87,137)
0 Favorites   0 Comments

Color spaces of #bd5789

RGB 18987137
HSL0.920.440.54
HSV331°54°74°
CMYK 0.000.540.28   0.26
XYZ28.909819.441325.8958
Yxy19.44130.38940.2618
Hunter Lab44.092339.8748-3.9569
CIE-Lab51.199646.6044-8.0525

#bd5789 color RGB value is (189,87,137).

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

The process color (four color CMYK) of #bd5789 color hex is 0.00, 0.54, 0.28, 0.26. Web safe color of #bd5789 is #cc6699. Color #bd5789 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 10001001
Octal 275 127 211
Decimal 189 87 137
Hex BD 57 89

RGB Percentages of Color #bd5789

%45.76
%21.07
%33.17

CMYK Percentages of Color #bd5789

%0
%54
%28
%26

Triadic Colors of #bd5789

#bd5789 #89bd57 #5789bd

Analogous Colors of #bd5789

#bd5789 #bd5857 #bd57bc

Monochromatic Colors of #bd5789

#bd5789

Complementary Color

#bd5789 #57bd8b

#bd5789 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5789 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5789 Color CSS Codes

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

#bd5789 Text Font Color

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

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


#bd5789 Background Color

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

This div background color is #bd5789


#bd5789 Border Color

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

This div border color is #bd5789


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5789


Comments

No comments written yet.

Please login to write comment.