Color Hex Logo

#bd8ded Color Hex

#BD8DED
(189,141,237)
0 Favorites   0 Comments

Color spaces of #bd8ded

RGB 189141237
HSL0.750.730.74
HSV270°41°93°
CMYK 0.200.410.00   0.07
XYZ45.797235.983084.6524
Yxy35.98300.27520.2162
Hunter Lab59.985831.3036-41.6804
CIE-Lab66.506936.3523-41.6501

#bd8ded color RGB value is (189,141,237).

#bd8ded hex color red value is 189, green value is 141 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #bd8ded hue: 0.75 , saturation: 0.73 and the lightness value of bd8ded is 0.74.

The process color (four color CMYK) of #bd8ded color hex is 0.20, 0.41, 0.00, 0.07. Web safe color of #bd8ded is #cc99ff. Color #bd8ded contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001101 11101101
Octal 275 215 355
Decimal 189 141 237
Hex BD 8D ED

RGB Percentages of Color #bd8ded

%33.33
%24.87
%41.80

CMYK Percentages of Color #bd8ded

%20
%41
%0
%7

Triadic Colors of #bd8ded

#bd8ded #edbd8d #8dedbd

Analogous Colors of #bd8ded

#bd8ded #ed8ded #8d8ded

Monochromatic Colors of #bd8ded

#bd8ded

Complementary Color

#bd8ded #bded8d

#bd8ded Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8ded Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8ded Color CSS Codes

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

#bd8ded Text Font Color

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

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


#bd8ded Background Color

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

This div background color is #bd8ded


#bd8ded Border Color

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

This div border color is #bd8ded


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8ded


Comments

No comments written yet.

Please login to write comment.