Color Hex Logo

#bd579a Color Hex

#BD579A
(189,87,154)
0 Favorites   0 Comments

Color spaces of #bd579a

RGB 18987154
HSL0.890.440.54
HSV321°54°74°
CMYK 0.000.540.19   0.26
XYZ30.227219.968332.8330
Yxy19.96830.36410.2405
Hunter Lab44.685942.5437-12.2832
CIE-Lab51.801449.0425-17.2170

#bd579a color RGB value is (189,87,154).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 10011010
Octal 275 127 232
Decimal 189 87 154
Hex BD 57 9A

RGB Percentages of Color #bd579a

%43.95
%20.23
%35.81

CMYK Percentages of Color #bd579a

%0
%54
%19
%26

Triadic Colors of #bd579a

#bd579a #9abd57 #579abd

Analogous Colors of #bd579a

#bd579a #bd5767 #ad57bd

Monochromatic Colors of #bd579a

#bd579a

Complementary Color

#bd579a #57bd7a

#bd579a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd579a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd579a Color CSS Codes

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

#bd579a Text Font Color

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

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


#bd579a Background Color

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

This div background color is #bd579a


#bd579a Border Color

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

This div border color is #bd579a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd579a


Comments

No comments written yet.

Please login to write comment.