Color Hex Logo

#bd5bda Color Hex

#BD5BDA
(189,91,218)
0 Favorites   0 Comments

Color spaces of #bd5bda

RGB 18991218
HSL0.800.630.61
HSV286°58°85°
CMYK 0.130.580.00   0.15
XYZ37.382223.362968.8689
Yxy23.36290.28840.1802
Hunter Lab48.335253.4645-50.6429
CIE-Lab55.444258.3863-48.4996

#bd5bda color RGB value is (189,91,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011011 11011010
Octal 275 133 332
Decimal 189 91 218
Hex BD 5B DA

RGB Percentages of Color #bd5bda

%37.95
%18.27
%43.78

CMYK Percentages of Color #bd5bda

%13
%58
%0
%15

Triadic Colors of #bd5bda

#bd5bda #dabd5b #5bdabd

Analogous Colors of #bd5bda

#bd5bda #da5bb8 #7e5bda

Monochromatic Colors of #bd5bda

#bd5bda

Complementary Color

#bd5bda #78da5b

#bd5bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5bda Color CSS Codes

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

#bd5bda Text Font Color

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

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


#bd5bda Background Color

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

This div background color is #bd5bda


#bd5bda Border Color

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

This div border color is #bd5bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5bda


Comments

No comments written yet.

Please login to write comment.