Color Hex Logo

#bd8eda Color Hex

#BD8EDA
(189,142,218)
0 Favorites   0 Comments

Color spaces of #bd8eda

RGB 189142218
HSL0.770.510.71
HSV277°35°85°
CMYK 0.130.350.00   0.15
XYZ43.314235.226870.8462
Yxy35.22680.28990.2358
Hunter Lab59.352226.4000-29.2255
CIE-Lab65.924931.6451-32.0570

#bd8eda color RGB value is (189,142,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 10001110 11011010
Octal 275 216 332
Decimal 189 142 218
Hex BD 8E DA

RGB Percentages of Color #bd8eda

%34.43
%25.87
%39.71

CMYK Percentages of Color #bd8eda

%13
%35
%0
%15

Triadic Colors of #bd8eda

#bd8eda #dabd8e #8edabd

Analogous Colors of #bd8eda

#bd8eda #da8ed1 #978eda

Monochromatic Colors of #bd8eda

#bd8eda

Complementary Color

#bd8eda #abda8e

#bd8eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd8eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd8eda Color CSS Codes

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

#bd8eda Text Font Color

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

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


#bd8eda Background Color

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

This div background color is #bd8eda


#bd8eda Border Color

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

This div border color is #bd8eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(189,142,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 #bd8eda">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd8eda


Comments

No comments written yet.

Please login to write comment.