Color Hex Logo

#bb5aeb Color Hex

#BB5AEB
(187,90,235)
0 Favorites   0 Comments

Color spaces of #bb5aeb

RGB 18790235
HSL0.780.780.64
HSV280°62°92°
CMYK 0.200.620.00   0.08
XYZ39.145123.875381.1425
Yxy23.87530.27150.1656
Hunter Lab48.862457.4926-64.2553
CIE-Lab55.962761.8216-57.2521

#bb5aeb color RGB value is (187,90,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011010 11101011
Octal 273 132 353
Decimal 187 90 235
Hex BB 5A EB

RGB Percentages of Color #bb5aeb

%36.52
%17.58
%45.90

CMYK Percentages of Color #bb5aeb

%20
%62
%0
%8

Triadic Colors of #bb5aeb

#bb5aeb #ebbb5a #5aebbb

Analogous Colors of #bb5aeb

#bb5aeb #eb5ad3 #735aeb

Monochromatic Colors of #bb5aeb

#bb5aeb

Complementary Color

#bb5aeb #8aeb5a

#bb5aeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5aeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5aeb Color CSS Codes

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

#bb5aeb Text Font Color

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

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


#bb5aeb Background Color

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

This div background color is #bb5aeb


#bb5aeb Border Color

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

This div border color is #bb5aeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(187,90,235, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5aeb


Comments

No comments written yet.

Please login to write comment.