Color Hex Logo

#bda7cb Color Hex

#BDA7CB
(189,167,203)
0 Favorites   0 Comments

Color spaces of #bda7cb

RGB 189167203
HSL0.770.260.73
HSV277°18°80°
CMYK 0.070.180.00   0.20
XYZ45.584542.768062.3524
Yxy42.76800.30250.2838
Hunter Lab65.39729.9765-10.7514
CIE-Lab71.397214.6657-15.3991

#bda7cb color RGB value is (189,167,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10100111 11001011
Octal 275 247 313
Decimal 189 167 203
Hex BD A7 CB

RGB Percentages of Color #bda7cb

%33.81
%29.87
%36.31

CMYK Percentages of Color #bda7cb

%7
%18
%0
%20

Triadic Colors of #bda7cb

#bda7cb #cbbda7 #a7cbbd

Analogous Colors of #bda7cb

#bda7cb #cba7c7 #aba7cb

Monochromatic Colors of #bda7cb

#bda7cb

Complementary Color

#bda7cb #b5cba7

#bda7cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bda7cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bda7cb Color CSS Codes

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

#bda7cb Text Font Color

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

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


#bda7cb Background Color

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

This div background color is #bda7cb


#bda7cb Border Color

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

This div border color is #bda7cb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bda7cb


Comments

No comments written yet.

Please login to write comment.