Color Hex Logo

#bda6cb Color Hex

#BDA6CB
(189,166,203)
0 Favorites   0 Comments

Color spaces of #bda6cb

RGB 189166203
HSL0.770.260.72
HSV277°18°80°
CMYK 0.070.180.00   0.20
XYZ45.402042.403162.2916
Yxy42.40310.30250.2825
Hunter Lab65.117710.4997-11.1345
CIE-Lab71.148015.2171-15.7749

#bda6cb color RGB value is (189,166,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100110 11001011
Octal 275 246 313
Decimal 189 166 203
Hex BD A6 CB

RGB Percentages of Color #bda6cb

%33.87
%29.75
%36.38

CMYK Percentages of Color #bda6cb

%7
%18
%0
%20

Triadic Colors of #bda6cb

#bda6cb #cbbda6 #a6cbbd

Analogous Colors of #bda6cb

#bda6cb #cba6c7 #aba6cb

Monochromatic Colors of #bda6cb

#bda6cb

Complementary Color

#bda6cb #b4cba6

#bda6cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda6cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda6cb Color CSS Codes

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

#bda6cb Text Font Color

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

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


#bda6cb Background Color

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

This div background color is #bda6cb


#bda6cb Border Color

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

This div border color is #bda6cb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,166,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 #bda6cb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda6cb


Comments

No comments written yet.

Please login to write comment.