Color Hex Logo

#bb5aef Color Hex

#BB5AEF
(187,90,239)
0 Favorites   0 Comments

Color spaces of #bb5aef

RGB 18790239
HSL0.780.820.65
HSV279°62°94°
CMYK 0.220.620.00   0.06
XYZ39.729724.109184.2209
Yxy24.10910.26830.1628
Hunter Lab49.101058.5051-67.3269
CIE-Lab56.196962.6551-59.1130

#bb5aef color RGB value is (187,90,239).

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

The process color (four color CMYK) of #bb5aef color hex is 0.22, 0.62, 0.00, 0.06. Web safe color of #bb5aef is #cc66ff. Color #bb5aef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01011010 11101111
Octal 273 132 357
Decimal 187 90 239
Hex BB 5A EF

RGB Percentages of Color #bb5aef

%36.24
%17.44
%46.32

CMYK Percentages of Color #bb5aef

%22
%62
%0
%6

Triadic Colors of #bb5aef

#bb5aef #efbb5a #5aefbb

Analogous Colors of #bb5aef

#bb5aef #ef5ad9 #715aef

Monochromatic Colors of #bb5aef

#bb5aef

Complementary Color

#bb5aef #8eef5a

#bb5aef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb5aef Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb5aef Color CSS Codes

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

#bb5aef Text Font Color

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

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


#bb5aef Background Color

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

This div background color is #bb5aef


#bb5aef Border Color

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

This div border color is #bb5aef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb5aef


Comments

No comments written yet.

Please login to write comment.