Color Hex Logo

#bd577c Color Hex

#BD577C
(189,87,124)
0 Favorites   0 Comments

Color spaces of #bd577c

RGB 18987124
HSL0.940.440.54
HSV338°54°74°
CMYK 0.000.540.34   0.26
XYZ28.032619.090421.2761
Yxy19.09040.40980.2791
Hunter Lab43.692638.06141.7135
CIE-Lab50.792844.9217-0.8977

#bd577c color RGB value is (189,87,124).

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

The process color (four color CMYK) of #bd577c color hex is 0.00, 0.54, 0.34, 0.26. Web safe color of #bd577c is #cc6666. Color #bd577c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 01111100
Octal 275 127 174
Decimal 189 87 124
Hex BD 57 7C

RGB Percentages of Color #bd577c

%47.25
%21.75
%31.00

CMYK Percentages of Color #bd577c

%0
%54
%34
%26

Triadic Colors of #bd577c

#bd577c #7cbd57 #577cbd

Analogous Colors of #bd577c

#bd577c #bd6557 #bd57af

Monochromatic Colors of #bd577c

#bd577c

Complementary Color

#bd577c #57bd98

#bd577c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd577c Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd577c Color CSS Codes

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

#bd577c Text Font Color

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

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


#bd577c Background Color

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

This div background color is #bd577c


#bd577c Border Color

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

This div border color is #bd577c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd577c


Comments

No comments written yet.

Please login to write comment.