Color Hex Logo

#bd8deb Color Hex

#BD8DEB
(189,141,235)
0 Favorites   0 Comments

Color spaces of #bd8deb

RGB 189141235
HSL0.750.700.74
HSV271°40°92°
CMYK 0.200.400.00   0.08
XYZ45.506535.866783.1218
Yxy35.86670.27660.2180
Hunter Lab59.888830.8278-40.3685
CIE-Lab66.417935.9047-40.6883

#bd8deb color RGB value is (189,141,235).

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

The process color (four color CMYK) of #bd8deb color hex is 0.20, 0.40, 0.00, 0.08. Web safe color of #bd8deb is #cc99ff. Color #bd8deb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001101 11101011
Octal 275 215 353
Decimal 189 141 235
Hex BD 8D EB

RGB Percentages of Color #bd8deb

%33.45
%24.96
%41.59

CMYK Percentages of Color #bd8deb

%20
%40
%0
%8

Triadic Colors of #bd8deb

#bd8deb #ebbd8d #8debbd

Analogous Colors of #bd8deb

#bd8deb #eb8dea #8e8deb

Monochromatic Colors of #bd8deb

#bd8deb

Complementary Color

#bd8deb #bbeb8d

#bd8deb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8deb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8deb Color CSS Codes

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

#bd8deb Text Font Color

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

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


#bd8deb Background Color

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

This div background color is #bd8deb


#bd8deb Border Color

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

This div border color is #bd8deb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8deb


Comments

No comments written yet.

Please login to write comment.