Color Hex Logo

#bd5eda Color Hex

#BD5EDA
(189,94,218)
0 Favorites   0 Comments

Color spaces of #bd5eda

RGB 18994218
HSL0.790.630.61
HSV286°57°85°
CMYK 0.130.570.00   0.15
XYZ37.643923.886268.9561
Yxy23.88620.28850.1831
Hunter Lab48.873551.9576-49.4414
CIE-Lab55.973756.9569-47.6591

#bd5eda color RGB value is (189,94,218).

#bd5eda hex color red value is 189, green value is 94 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #bd5eda hue: 0.79 , saturation: 0.63 and the lightness value of bd5eda is 0.61.

The process color (four color CMYK) of #bd5eda color hex is 0.13, 0.57, 0.00, 0.15. Web safe color of #bd5eda is #cc66cc. Color #bd5eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011110 11011010
Octal 275 136 332
Decimal 189 94 218
Hex BD 5E DA

RGB Percentages of Color #bd5eda

%37.72
%18.76
%43.51

CMYK Percentages of Color #bd5eda

%13
%57
%0
%15

Triadic Colors of #bd5eda

#bd5eda #dabd5e #5edabd

Analogous Colors of #bd5eda

#bd5eda #da5eb9 #7f5eda

Monochromatic Colors of #bd5eda

#bd5eda

Complementary Color

#bd5eda #7bda5e

#bd5eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5eda Color CSS Codes

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

#bd5eda Text Font Color

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

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


#bd5eda Background Color

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

This div background color is #bd5eda


#bd5eda Border Color

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

This div border color is #bd5eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5eda


Comments

No comments written yet.

Please login to write comment.