Color Hex Logo

#bd576f Color Hex

#BD576F
(189,87,111)
0 Favorites   0 Comments

Color spaces of #bd576f

RGB 18987111
HSL0.960.440.54
HSV346°54°74°
CMYK 0.000.540.41   0.26
XYZ27.263718.782917.2274
Yxy18.78290.43090.2969
Hunter Lab43.339236.44656.7696
CIE-Lab50.432243.40476.3659

#bd576f color RGB value is (189,87,111).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 01101111
Octal 275 127 157
Decimal 189 87 111
Hex BD 57 6F

RGB Percentages of Color #bd576f

%48.84
%22.48
%28.68

CMYK Percentages of Color #bd576f

%0
%54
%41
%26

Triadic Colors of #bd576f

#bd576f #6fbd57 #576fbd

Analogous Colors of #bd576f

#bd576f #bd7257 #bd57a2

Monochromatic Colors of #bd576f

#bd576f

Complementary Color

#bd576f #57bda5

#bd576f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd576f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd576f Color CSS Codes

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

#bd576f Text Font Color

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

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


#bd576f Background Color

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

This div background color is #bd576f


#bd576f Border Color

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

This div border color is #bd576f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd576f


Comments

No comments written yet.

Please login to write comment.