Color Hex Logo

#bd576d Color Hex

#BD576D
(189,87,109)
0 Favorites   0 Comments

Color spaces of #bd576d

RGB 18987109
HSL0.960.440.54
HSV347°54°74°
CMYK 0.000.540.42   0.26
XYZ27.154818.739316.6538
Yxy18.73930.43410.2996
Hunter Lab43.288936.21617.4926
CIE-Lab50.380843.18687.4914

#bd576d color RGB value is (189,87,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 01101101
Octal 275 127 155
Decimal 189 87 109
Hex BD 57 6D

RGB Percentages of Color #bd576d

%49.09
%22.60
%28.31

CMYK Percentages of Color #bd576d

%0
%54
%42
%26

Triadic Colors of #bd576d

#bd576d #6dbd57 #576dbd

Analogous Colors of #bd576d

#bd576d #bd7457 #bd57a0

Monochromatic Colors of #bd576d

#bd576d

Complementary Color

#bd576d #57bda7

#bd576d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd576d Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd576d Color CSS Codes

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

#bd576d Text Font Color

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

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


#bd576d Background Color

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

This div background color is #bd576d


#bd576d Border Color

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

This div border color is #bd576d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd576d


Comments

No comments written yet.

Please login to write comment.