Color Hex Logo

#bb96ea Color Hex

#BB96EA
(187,150,234)
0 Favorites   0 Comments

Color spaces of #bb96ea

RGB 187150234
HSL0.740.670.75
HSV266°36°92°
CMYK 0.200.360.00   0.08
XYZ46.251138.318082.8003
Yxy38.31800.27630.2289
Hunter Lab61.901525.0425-35.9760
CIE-Lab68.254330.1112-37.2862

#bb96ea color RGB value is (187,150,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10010110 11101010
Octal 273 226 352
Decimal 187 150 234
Hex BB 96 EA

RGB Percentages of Color #bb96ea

%32.75
%26.27
%40.98

CMYK Percentages of Color #bb96ea

%20
%36
%0
%8

Triadic Colors of #bb96ea

#bb96ea #eabb96 #96eabb

Analogous Colors of #bb96ea

#bb96ea #e596ea #969bea

Monochromatic Colors of #bb96ea

#bb96ea

Complementary Color

#bb96ea #c5ea96

#bb96ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb96ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb96ea Color CSS Codes

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

#bb96ea Text Font Color

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

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


#bb96ea Background Color

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

This div background color is #bb96ea


#bb96ea Border Color

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

This div border color is #bb96ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb96ea


Comments

No comments written yet.

Please login to write comment.