Color Hex Logo

#bd9dad Color Hex

#BD9DAD
(189,157,173)
0 Favorites   0 Comments

Color spaces of #bd9dad

RGB 189157173
HSL0.920.200.68
HSV330°17°74°
CMYK 0.000.170.08   0.26
XYZ40.586137.949944.7211
Yxy37.94990.32930.3079
Hunter Lab61.60359.79470.0808
CIE-Lab67.983714.5170-3.8674

#bd9dad color RGB value is (189,157,173).

#bd9dad hex color red value is 189, green value is 157 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #bd9dad hue: 0.92 , saturation: 0.20 and the lightness value of bd9dad is 0.68.

The process color (four color CMYK) of #bd9dad color hex is 0.00, 0.17, 0.08, 0.26. Web safe color of #bd9dad is #cc9999. Color #bd9dad contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011101 10101101
Octal 275 235 255
Decimal 189 157 173
Hex BD 9D AD

RGB Percentages of Color #bd9dad

%36.42
%30.25
%33.33

CMYK Percentages of Color #bd9dad

%0
%17
%8
%26

Triadic Colors of #bd9dad

#bd9dad #adbd9d #9dadbd

Analogous Colors of #bd9dad

#bd9dad #bd9d9d #bd9dbd

Monochromatic Colors of #bd9dad

#bd9dad

Complementary Color

#bd9dad #9dbdad

#bd9dad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9dad Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9dad Color CSS Codes

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

#bd9dad Text Font Color

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

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


#bd9dad Background Color

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

This div background color is #bd9dad


#bd9dad Border Color

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

This div border color is #bd9dad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9dad

#bd9dad Color Palettes


Comments

No comments written yet.

Please login to write comment.