Color Hex Logo

#bd579d Color Hex

#BD579D
(189,87,157)
0 Favorites   0 Comments

Color spaces of #bd579d

RGB 18987157
HSL0.890.440.54
HSV319°54°74°
CMYK 0.000.540.17   0.26
XYZ30.480320.069534.1656
Yxy20.06950.35980.2369
Hunter Lab44.799043.0494-13.8578
CIE-Lab51.915749.4995-18.8103

#bd579d color RGB value is (189,87,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 10011101
Octal 275 127 235
Decimal 189 87 157
Hex BD 57 9D

RGB Percentages of Color #bd579d

%43.65
%20.09
%36.26

CMYK Percentages of Color #bd579d

%0
%54
%17
%26

Triadic Colors of #bd579d

#bd579d #9dbd57 #579dbd

Analogous Colors of #bd579d

#bd579d #bd576a #aa57bd

Monochromatic Colors of #bd579d

#bd579d

Complementary Color

#bd579d #57bd77

#bd579d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd579d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd579d Color CSS Codes

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

#bd579d Text Font Color

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

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


#bd579d Background Color

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

This div background color is #bd579d


#bd579d Border Color

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

This div border color is #bd579d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd579d


Comments

No comments written yet.

Please login to write comment.