Color Hex Logo

#bb99ea Color Hex

#BB99EA
(187,153,234)
0 Favorites   0 Comments

Color spaces of #bb99ea

RGB 187153234
HSL0.740.660.76
HSV265°35°92°
CMYK 0.200.350.00   0.08
XYZ46.736039.287882.9619
Yxy39.28780.27660.2325
Hunter Lab62.680023.4048-34.5990
CIE-Lab68.959228.4424-36.1895

#bb99ea color RGB value is (187,153,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 11101010
Octal 273 231 352
Decimal 187 153 234
Hex BB 99 EA

RGB Percentages of Color #bb99ea

%32.58
%26.66
%40.77

CMYK Percentages of Color #bb99ea

%20
%35
%0
%8

Triadic Colors of #bb99ea

#bb99ea #eabb99 #99eabb

Analogous Colors of #bb99ea

#bb99ea #e499ea #99a0ea

Monochromatic Colors of #bb99ea

#bb99ea

Complementary Color

#bb99ea #c8ea99

#bb99ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb99ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb99ea Color CSS Codes

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

#bb99ea Text Font Color

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

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


#bb99ea Background Color

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

This div background color is #bb99ea


#bb99ea Border Color

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

This div border color is #bb99ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb99ea


Comments

No comments written yet.

Please login to write comment.