Color Hex Logo

#bdabda Color Hex

#BDABDA
(189,171,218)
0 Favorites   0 Comments

Color spaces of #bdabda

RGB 189171218
HSL0.730.390.76
HSV263°22°85°
CMYK 0.130.220.00   0.15
XYZ48.204145.006672.4762
Yxy45.00660.29090.2716
Hunter Lab67.087010.8557-17.0920
CIE-Lab72.896215.5623-21.3564

#bdabda color RGB value is (189,171,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10101011 11011010
Octal 275 253 332
Decimal 189 171 218
Hex BD AB DA

RGB Percentages of Color #bdabda

%32.70
%29.58
%37.72

CMYK Percentages of Color #bdabda

%13
%22
%0
%15

Triadic Colors of #bdabda

#bdabda #dabdab #abdabd

Analogous Colors of #bdabda

#bdabda #d5abda #abb1da

Monochromatic Colors of #bdabda

#bdabda

Complementary Color

#bdabda #c8daab

#bdabda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bdabda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bdabda Color CSS Codes

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

#bdabda Text Font Color

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

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


#bdabda Background Color

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

This div background color is #bdabda


#bdabda Border Color

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

This div border color is #bdabda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bdabda


Comments

No comments written yet.

Please login to write comment.