Color Hex Logo

#bdabd1 Color Hex

#BDABD1
(189,171,209)
0 Favorites   0 Comments

Color spaces of #bdabd1

RGB 189171209
HSL0.750.290.75
HSV268°18°82°
CMYK 0.100.180.00   0.18
XYZ47.057844.548166.4400
Yxy44.54810.29770.2819
Hunter Lab66.74449.0480-12.2986
CIE-Lab72.593313.6819-16.8896

#bdabd1 color RGB value is (189,171,209).

#bdabd1 hex color red value is 189, green value is 171 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #bdabd1 hue: 0.75 , saturation: 0.29 and the lightness value of bdabd1 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11010001
Octal 275 253 321
Decimal 189 171 209
Hex BD AB D1

RGB Percentages of Color #bdabd1

%33.22
%30.05
%36.73

CMYK Percentages of Color #bdabd1

%10
%18
%0
%18

Triadic Colors of #bdabd1

#bdabd1 #d1bdab #abd1bd

Analogous Colors of #bdabd1

#bdabd1 #d0abd1 #abacd1

Monochromatic Colors of #bdabd1

#bdabd1

Complementary Color

#bdabd1 #bfd1ab

#bdabd1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabd1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabd1 Color CSS Codes

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

#bdabd1 Text Font Color

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

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


#bdabd1 Background Color

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

This div background color is #bdabd1


#bdabd1 Border Color

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

This div border color is #bdabd1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabd1

#bdabd1 Color Palettes


Comments

No comments written yet.

Please login to write comment.