Color Hex Logo

#bdabdb Color Hex

#BDABDB
(189,171,219)
0 Favorites   0 Comments

Color spaces of #bdabdb

RGB 189171219
HSL0.730.400.76
HSV263°22°86°
CMYK 0.140.220.00   0.14
XYZ48.335445.059173.1676
Yxy45.05910.29020.2705
Hunter Lab67.126111.0617-17.6380
CIE-Lab72.930815.7751-21.8504

#bdabdb color RGB value is (189,171,219).

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

The process color (four color CMYK) of #bdabdb color hex is 0.14, 0.22, 0.00, 0.14. Web safe color of #bdabdb is #cc99cc. Color #bdabdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11011011
Octal 275 253 333
Decimal 189 171 219
Hex BD AB DB

RGB Percentages of Color #bdabdb

%32.64
%29.53
%37.82

CMYK Percentages of Color #bdabdb

%14
%22
%0
%14

Triadic Colors of #bdabdb

#bdabdb #dbbdab #abdbbd

Analogous Colors of #bdabdb

#bdabdb #d5abdb #abb1db

Monochromatic Colors of #bdabdb

#bdabdb

Complementary Color

#bdabdb #c9dbab

#bdabdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabdb Color CSS Codes

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

#bdabdb Text Font Color

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

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


#bdabdb Background Color

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

This div background color is #bdabdb


#bdabdb Border Color

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

This div border color is #bdabdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabdb


Comments

No comments written yet.

Please login to write comment.