Color Hex Logo

#bda8cb Color Hex

#BDA8CB
(189,168,203)
0 Favorites   0 Comments

Color spaces of #bda8cb

RGB 189168203
HSL0.770.250.73
HSV276°17°80°
CMYK 0.070.170.00   0.20
XYZ45.768443.135962.4137
Yxy43.13590.30250.2851
Hunter Lab65.67799.4534-10.3687
CIE-Lab71.647114.1142-15.0227

#bda8cb color RGB value is (189,168,203).

#bda8cb hex color red value is 189, green value is 168 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #bda8cb hue: 0.77 , saturation: 0.25 and the lightness value of bda8cb is 0.73.

The process color (four color CMYK) of #bda8cb color hex is 0.07, 0.17, 0.00, 0.20. Web safe color of #bda8cb is #cc99cc. Color #bda8cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101000 11001011
Octal 275 250 313
Decimal 189 168 203
Hex BD A8 CB

RGB Percentages of Color #bda8cb

%33.75
%30.00
%36.25

CMYK Percentages of Color #bda8cb

%7
%17
%0
%20

Triadic Colors of #bda8cb

#bda8cb #cbbda8 #a8cbbd

Analogous Colors of #bda8cb

#bda8cb #cba8c8 #aca8cb

Monochromatic Colors of #bda8cb

#bda8cb

Complementary Color

#bda8cb #b6cba8

#bda8cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda8cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda8cb Color CSS Codes

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

#bda8cb Text Font Color

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

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


#bda8cb Background Color

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

This div background color is #bda8cb


#bda8cb Border Color

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

This div border color is #bda8cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda8cb


Comments

No comments written yet.

Please login to write comment.