Color Hex Logo

#bd8ddd Color Hex

#BD8DDD
(189,141,221)
0 Favorites   0 Comments

Color spaces of #bd8ddd

RGB 189141221
HSL0.770.540.71
HSV276°36°87°
CMYK 0.140.360.00   0.13
XYZ43.562335.089072.8835
Yxy35.08900.28750.2316
Hunter Lab59.236027.6065-31.4848
CIE-Lab65.817932.8394-33.8870

#bd8ddd color RGB value is (189,141,221).

#bd8ddd hex color red value is 189, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #bd8ddd hue: 0.77 , saturation: 0.54 and the lightness value of bd8ddd is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001101 11011101
Octal 275 215 335
Decimal 189 141 221
Hex BD 8D DD

RGB Percentages of Color #bd8ddd

%34.30
%25.59
%40.11

CMYK Percentages of Color #bd8ddd

%14
%36
%0
%13

Triadic Colors of #bd8ddd

#bd8ddd #ddbd8d #8dddbd

Analogous Colors of #bd8ddd

#bd8ddd #dd8dd5 #958ddd

Monochromatic Colors of #bd8ddd

#bd8ddd

Complementary Color

#bd8ddd #addd8d

#bd8ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8ddd Color CSS Codes

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

#bd8ddd Text Font Color

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

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


#bd8ddd Background Color

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

This div background color is #bd8ddd


#bd8ddd Border Color

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

This div border color is #bd8ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8ddd


Comments

No comments written yet.

Please login to write comment.