Color Hex Logo

#bd5aea Color Hex

#BD5AEA
(189,90,234)
0 Favorites   0 Comments

Color spaces of #bd5aea

RGB 18990234
HSL0.780.770.64
HSV281°62°92°
CMYK 0.190.620.00   0.08
XYZ39.493724.071780.4066
Yxy24.07170.27430.1672
Hunter Lab49.062957.8253-62.8232
CIE-Lab56.159562.0744-56.3630

#bd5aea color RGB value is (189,90,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111101 01011010 11101010
Octal 275 132 352
Decimal 189 90 234
Hex BD 5A EA

RGB Percentages of Color #bd5aea

%36.84
%17.54
%45.61

CMYK Percentages of Color #bd5aea

%19
%62
%0
%8

Triadic Colors of #bd5aea

#bd5aea #eabd5a #5aeabd

Analogous Colors of #bd5aea

#bd5aea #ea5acf #755aea

Monochromatic Colors of #bd5aea

#bd5aea

Complementary Color

#bd5aea #87ea5a

#bd5aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bd5aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bd5aea Color CSS Codes

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

#bd5aea Text Font Color

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

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


#bd5aea Background Color

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

This div background color is #bd5aea


#bd5aea Border Color

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

This div border color is #bd5aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bd5aea


Comments

No comments written yet.

Please login to write comment.