Color Hex Logo

#bb5aea Color Hex

#BB5AEA
(187,90,234)
0 Favorites   0 Comments

Color spaces of #bb5aea

RGB 18790234
HSL0.780.770.64
HSV280°62°92°
CMYK 0.200.620.00   0.08
XYZ39.001023.817680.3836
Yxy23.81760.27230.1663
Hunter Lab48.803357.2420-63.4939
CIE-Lab55.904761.6146-56.7850

#bb5aea color RGB value is (187,90,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011010 11101010
Octal 273 132 352
Decimal 187 90 234
Hex BB 5A EA

RGB Percentages of Color #bb5aea

%36.59
%17.61
%45.79

CMYK Percentages of Color #bb5aea

%20
%62
%0
%8

Triadic Colors of #bb5aea

#bb5aea #eabb5a #5aeabb

Analogous Colors of #bb5aea

#bb5aea #ea5ad1 #735aea

Monochromatic Colors of #bb5aea

#bb5aea

Complementary Color

#bb5aea #89ea5a

#bb5aea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5aea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5aea Color CSS Codes

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

#bb5aea Text Font Color

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

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


#bb5aea Background Color

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

This div background color is #bb5aea


#bb5aea Border Color

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

This div border color is #bb5aea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5aea


Comments

No comments written yet.

Please login to write comment.