Color Hex Logo

#bb88fc Color Hex

#BB88FC
(187,136,252)
0 Favorites   0 Comments

Color spaces of #bb88fc

RGB 187136252
HSL0.740.950.76
HSV266°46°99°
CMYK 0.260.460.00   0.01
XYZ46.868435.201496.4198
Yxy35.20140.26260.1972
Hunter Lab59.330837.1774-54.8220
CIE-Lab65.905241.9788-50.8420

#bb88fc color RGB value is (187,136,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 10001000 11111100
Octal 273 210 374
Decimal 187 136 252
Hex BB 88 FC

RGB Percentages of Color #bb88fc

%32.52
%23.65
%43.83

CMYK Percentages of Color #bb88fc

%26
%46
%0
%1

Triadic Colors of #bb88fc

#bb88fc #fcbb88 #88fcbb

Analogous Colors of #bb88fc

#bb88fc #f588fc #888ffc

Monochromatic Colors of #bb88fc

#bb88fc

Complementary Color

#bb88fc #c9fc88

#bb88fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb88fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb88fc Color CSS Codes

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

#bb88fc Text Font Color

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

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


#bb88fc Background Color

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

This div background color is #bb88fc


#bb88fc Border Color

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

This div border color is #bb88fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb88fc


Comments

No comments written yet.

Please login to write comment.