Color Hex Logo

#bdacd7 Color Hex

#BDACD7
(189,172,215)
0 Favorites   0 Comments

Color spaces of #bdacd7

RGB 189172215
HSL0.730.350.76
HSV264°20°84°
CMYK 0.120.200.00   0.16
XYZ48.004545.230270.4902
Yxy45.23020.29320.2763
Hunter Lab67.25349.7173-15.0662
CIE-Lab73.043214.3777-19.4932

#bdacd7 color RGB value is (189,172,215).

#bdacd7 hex color red value is 189, green value is 172 and the blue value of its RGB is 215. Cylindrical-coordinate representations (also known as HSL) of color #bdacd7 hue: 0.73 , saturation: 0.35 and the lightness value of bdacd7 is 0.76.

The process color (four color CMYK) of #bdacd7 color hex is 0.12, 0.20, 0.00, 0.16. Web safe color of #bdacd7 is #cc99cc. Color #bdacd7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101100 11010111
Octal 275 254 327
Decimal 189 172 215
Hex BD AC D7

RGB Percentages of Color #bdacd7

%32.81
%29.86
%37.33

CMYK Percentages of Color #bdacd7

%12
%20
%0
%16

Triadic Colors of #bdacd7

#bdacd7 #d7bdac #acd7bd

Analogous Colors of #bdacd7

#bdacd7 #d3acd7 #acb1d7

Monochromatic Colors of #bdacd7

#bdacd7

Complementary Color

#bdacd7 #c6d7ac

#bdacd7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdacd7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdacd7 Color CSS Codes

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

#bdacd7 Text Font Color

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

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


#bdacd7 Background Color

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

This div background color is #bdacd7


#bdacd7 Border Color

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

This div border color is #bdacd7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdacd7


Comments

No comments written yet.

Please login to write comment.