Color Hex Logo

#bd8ad9 Color Hex

#BD8AD9
(189,138,217)
0 Favorites   0 Comments

Color spaces of #bd8ad9

RGB 189138217
HSL0.770.510.70
HSV279°36°85°
CMYK 0.130.360.00   0.15
XYZ42.599134.005569.9641
Yxy34.00550.29060.2320
Hunter Lab58.314228.3460-30.3148
CIE-Lab64.966933.6449-32.9863

#bd8ad9 color RGB value is (189,138,217).

#bd8ad9 hex color red value is 189, green value is 138 and the blue value of its RGB is 217. Cylindrical-coordinate representations (also known as HSL) of color #bd8ad9 hue: 0.77 , saturation: 0.51 and the lightness value of bd8ad9 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001010 11011001
Octal 275 212 331
Decimal 189 138 217
Hex BD 8A D9

RGB Percentages of Color #bd8ad9

%34.74
%25.37
%39.89

CMYK Percentages of Color #bd8ad9

%13
%36
%0
%15

Triadic Colors of #bd8ad9

#bd8ad9 #d9bd8a #8ad9bd

Analogous Colors of #bd8ad9

#bd8ad9 #d98ace #968ad9

Monochromatic Colors of #bd8ad9

#bd8ad9

Complementary Color

#bd8ad9 #a6d98a

#bd8ad9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8ad9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8ad9 Color CSS Codes

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

#bd8ad9 Text Font Color

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

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


#bd8ad9 Background Color

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

This div background color is #bd8ad9


#bd8ad9 Border Color

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

This div border color is #bd8ad9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8ad9


Comments

No comments written yet.

Please login to write comment.