Color Hex Logo

#bd575b Color Hex

#BD575B
(189,87,91)
0 Favorites   0 Comments

Color spaces of #bd575b

RGB 1898791
HSL0.990.440.54
HSV358°54°74°
CMYK 0.000.540.52   0.26
XYZ26.282818.390512.0620
Yxy18.39050.46330.3241
Hunter Lab42.884134.351713.3424
CIE-Lab49.966441.409717.6809

#bd575b color RGB value is (189,87,91).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01010111 01011011
Octal 275 127 133
Decimal 189 87 91
Hex BD 57 5B

RGB Percentages of Color #bd575b

%51.50
%23.71
%24.80

CMYK Percentages of Color #bd575b

%0
%54
%52
%26

Triadic Colors of #bd575b

#bd575b #5bbd57 #575bbd

Analogous Colors of #bd575b

#bd575b #bd8657 #bd578e

Monochromatic Colors of #bd575b

#bd575b

Complementary Color

#bd575b #57bdb9

#bd575b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd575b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd575b Color CSS Codes

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

#bd575b Text Font Color

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

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


#bd575b Background Color

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

This div background color is #bd575b


#bd575b Border Color

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

This div border color is #bd575b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd575b


Comments

No comments written yet.

Please login to write comment.