Color Hex Logo

#bb91ea Color Hex

#BB91EA
(187,145,234)
0 Favorites   0 Comments

Color spaces of #bb91ea

RGB 187145234
HSL0.750.680.74
HSV268°38°92°
CMYK 0.200.380.00   0.08
XYZ45.470236.756182.5400
Yxy36.75610.27600.2231
Hunter Lab60.626827.7784-38.2812
CIE-Lab67.093632.8882-39.0959

#bb91ea color RGB value is (187,145,234).

#bb91ea hex color red value is 187, green value is 145 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #bb91ea hue: 0.75 , saturation: 0.68 and the lightness value of bb91ea is 0.74.

The process color (four color CMYK) of #bb91ea color hex is 0.20, 0.38, 0.00, 0.08. Web safe color of #bb91ea is #cc99ff. Color #bb91ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010001 11101010
Octal 273 221 352
Decimal 187 145 234
Hex BB 91 EA

RGB Percentages of Color #bb91ea

%33.04
%25.62
%41.34

CMYK Percentages of Color #bb91ea

%20
%38
%0
%8

Triadic Colors of #bb91ea

#bb91ea #eabb91 #91eabb

Analogous Colors of #bb91ea

#bb91ea #e891ea #9194ea

Monochromatic Colors of #bb91ea

#bb91ea

Complementary Color

#bb91ea #c0ea91

#bb91ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb91ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb91ea Color CSS Codes

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

#bb91ea Text Font Color

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

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


#bb91ea Background Color

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

This div background color is #bb91ea


#bb91ea Border Color

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

This div border color is #bb91ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb91ea


Comments

No comments written yet.

Please login to write comment.