Color Hex Logo

#bbb0fb Color Hex

#BBB0FB
(187,176,251)
0 Favorites   0 Comments

Color spaces of #bbb0fb

RGB 187176251
HSL0.690.900.84
HSV249°30°98°
CMYK 0.250.300.00   0.02
XYZ53.431448.580597.8276
Yxy48.58050.26740.2431
Hunter Lab69.699714.8626-34.4272
CIE-Lab75.189619.5985-35.7646

#bbb0fb color RGB value is (187,176,251).

#bbb0fb hex color red value is 187, green value is 176 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bbb0fb hue: 0.69 , saturation: 0.90 and the lightness value of bbb0fb is 0.84.

The process color (four color CMYK) of #bbb0fb color hex is 0.25, 0.30, 0.00, 0.02. Web safe color of #bbb0fb is #cc99ff. Color #bbb0fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 10110000 11111011
Octal 273 260 373
Decimal 187 176 251
Hex BB B0 FB

RGB Percentages of Color #bbb0fb

%30.46
%28.66
%40.88

CMYK Percentages of Color #bbb0fb

%25
%30
%0
%2

Triadic Colors of #bbb0fb

#bbb0fb #fbbbb0 #b0fbbb

Analogous Colors of #bbb0fb

#bbb0fb #e1b0fb #b0cbfb

Monochromatic Colors of #bbb0fb

#bbb0fb

Complementary Color

#bbb0fb #f0fbb0

#bbb0fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bbb0fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bbb0fb Color CSS Codes

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

#bbb0fb Text Font Color

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

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


#bbb0fb Background Color

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

This div background color is #bbb0fb


#bbb0fb Border Color

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

This div border color is #bbb0fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bbb0fb


Comments

No comments written yet.

Please login to write comment.