Color Hex Logo

#bd9dca Color Hex

#BD9DCA
(189,157,202)
0 Favorites   0 Comments

Color spaces of #bd9dca

RGB 189157202
HSL0.790.300.70
HSV283°22°79°
CMYK 0.060.220.00   0.21
XYZ43.703939.197061.1395
Yxy39.19700.30340.2721
Hunter Lab62.607515.0409-14.0745
CIE-Lab68.893719.9987-18.6315

#bd9dca color RGB value is (189,157,202).

#bd9dca hex color red value is 189, green value is 157 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #bd9dca hue: 0.79 , saturation: 0.30 and the lightness value of bd9dca is 0.70.

The process color (four color CMYK) of #bd9dca color hex is 0.06, 0.22, 0.00, 0.21. Web safe color of #bd9dca is #cc99cc. Color #bd9dca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10011101 11001010
Octal 275 235 312
Decimal 189 157 202
Hex BD 9D CA

RGB Percentages of Color #bd9dca

%34.49
%28.65
%36.86

CMYK Percentages of Color #bd9dca

%6
%22
%0
%21

Triadic Colors of #bd9dca

#bd9dca #cabd9d #9dcabd

Analogous Colors of #bd9dca

#bd9dca #ca9dc1 #a79dca

Monochromatic Colors of #bd9dca

#bd9dca

Complementary Color

#bd9dca #aaca9d

#bd9dca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd9dca Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd9dca Color CSS Codes

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

#bd9dca Text Font Color

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

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


#bd9dca Background Color

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

This div background color is #bd9dca


#bd9dca Border Color

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

This div border color is #bd9dca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd9dca


Comments

No comments written yet.

Please login to write comment.