Color Hex Logo

#bd579c Color Hex

#BD579C
(189,87,156)
0 Favorites   0 Comments

Color spaces of #bd579c

RGB 18987156
HSL0.890.440.54
HSV319°54°74°
CMYK 0.000.540.17   0.26
XYZ30.395220.035533.7177
Yxy20.03550.36120.2381
Hunter Lab44.761042.8795-13.3294
CIE-Lab51.877349.3461-18.2799

#bd579c color RGB value is (189,87,156).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 10011100
Octal 275 127 234
Decimal 189 87 156
Hex BD 57 9C

RGB Percentages of Color #bd579c

%43.75
%20.14
%36.11

CMYK Percentages of Color #bd579c

%0
%54
%17
%26

Triadic Colors of #bd579c

#bd579c #9cbd57 #579cbd

Analogous Colors of #bd579c

#bd579c #bd5769 #ab57bd

Monochromatic Colors of #bd579c

#bd579c

Complementary Color

#bd579c #57bd78

#bd579c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd579c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd579c Color CSS Codes

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

#bd579c Text Font Color

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

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


#bd579c Background Color

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

This div background color is #bd579c


#bd579c Border Color

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

This div border color is #bd579c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd579c


Comments

No comments written yet.

Please login to write comment.