Color Hex Logo

#bd5dea Color Hex

#BD5DEA
(189,93,234)
0 Favorites   0 Comments

Color spaces of #bd5dea

RGB 18993234
HSL0.780.770.64
HSV281°60°92°
CMYK 0.190.600.00   0.08
XYZ39.751924.588080.4927
Yxy24.58800.27450.1698
Hunter Lab49.586356.3223-61.5342
CIE-Lab56.671860.6777-55.5443

#bd5dea color RGB value is (189,93,234).

#bd5dea hex color red value is 189, green value is 93 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bd5dea hue: 0.78 , saturation: 0.77 and the lightness value of bd5dea is 0.64.

The process color (four color CMYK) of #bd5dea color hex is 0.19, 0.60, 0.00, 0.08. Web safe color of #bd5dea is #cc66ff. Color #bd5dea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011101 11101010
Octal 275 135 352
Decimal 189 93 234
Hex BD 5D EA

RGB Percentages of Color #bd5dea

%36.63
%18.02
%45.35

CMYK Percentages of Color #bd5dea

%19
%60
%0
%8

Triadic Colors of #bd5dea

#bd5dea #eabd5d #5deabd

Analogous Colors of #bd5dea

#bd5dea #ea5dd1 #775dea

Monochromatic Colors of #bd5dea

#bd5dea

Complementary Color

#bd5dea #8aea5d

#bd5dea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5dea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5dea Color CSS Codes

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

#bd5dea Text Font Color

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

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


#bd5dea Background Color

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

This div background color is #bd5dea


#bd5dea Border Color

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

This div border color is #bd5dea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5dea


Comments

No comments written yet.

Please login to write comment.