Color Hex Logo

#bb99fe Color Hex

#BB99FE
(187,153,254)
0 Favorites   0 Comments

Color spaces of #bb99fe

RGB 187153254
HSL0.720.980.80
HSV260°40°100°
CMYK 0.260.400.00   0.00
XYZ49.774140.503098.9604
Yxy40.50300.26300.2140
Hunter Lab63.642028.2306-47.6439
CIE-Lab69.826333.0776-45.7537

#bb99fe color RGB value is (187,153,254).

#bb99fe hex color red value is 187, green value is 153 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #bb99fe hue: 0.72 , saturation: 0.98 and the lightness value of bb99fe is 0.80.

The process color (four color CMYK) of #bb99fe color hex is 0.26, 0.40, 0.00, 0.00. Web safe color of #bb99fe is #cc99ff. Color #bb99fe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10011001 11111110
Octal 273 231 376
Decimal 187 153 254
Hex BB 99 FE

RGB Percentages of Color #bb99fe

%31.48
%25.76
%42.76

CMYK Percentages of Color #bb99fe

%26
%40
%0
%0

Triadic Colors of #bb99fe

#bb99fe #febb99 #99febb

Analogous Colors of #bb99fe

#bb99fe #ee99fe #99aafe

Monochromatic Colors of #bb99fe

#bb99fe

Complementary Color

#bb99fe #dcfe99

#bb99fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb99fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb99fe Color CSS Codes

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

#bb99fe Text Font Color

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

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


#bb99fe Background Color

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

This div background color is #bb99fe


#bb99fe Border Color

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

This div border color is #bb99fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb99fe

Related Colors


Comments

No comments written yet.

Please login to write comment.