Color Hex Logo

#bd5d5a Color Hex

#BD5D5A
(189,93,90)
0 Favorites   0 Comments

Color spaces of #bd5d5a

RGB 1899390
HSL0.010.430.55
HSV52°74°
CMYK 0.000.510.52   0.26
XYZ26.746119.385712.0050
Yxy19.38570.46010.3334
Hunter Lab44.029231.381014.6544
CIE-Lab51.135438.273519.8481

#bd5d5a color RGB value is (189,93,90).

#bd5d5a hex color red value is 189, green value is 93 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #bd5d5a hue: 0.01 , saturation: 0.43 and the lightness value of bd5d5a is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 01011010
Octal 275 135 132
Decimal 189 93 90
Hex BD 5D 5A

RGB Percentages of Color #bd5d5a

%50.81
%25.00
%24.19

CMYK Percentages of Color #bd5d5a

%0
%51
%52
%26

Triadic Colors of #bd5d5a

#bd5d5a #5abd5d #5d5abd

Analogous Colors of #bd5d5a

#bd5d5a #bd8f5a #bd5a89

Monochromatic Colors of #bd5d5a

#bd5d5a

Complementary Color

#bd5d5a #5ababd

#bd5d5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5d5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5d5a Color CSS Codes

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

#bd5d5a Text Font Color

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

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


#bd5d5a Background Color

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

This div background color is #bd5d5a


#bd5d5a Border Color

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

This div border color is #bd5d5a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5d5a


Comments

No comments written yet.

Please login to write comment.