Color Hex Logo

#bb55fb Color Hex

#BB55FB
(187,85,251)
0 Favorites   0 Comments

Color spaces of #bb55fb

RGB 18785251
HSL0.770.950.66
HSV277°66°98°
CMYK 0.250.660.00   0.02
XYZ41.154624.026893.7353
Yxy24.02680.25900.1512
Hunter Lab49.017164.0879-79.0681
CIE-Lab56.114667.4266-65.9231

#bb55fb color RGB value is (187,85,251).

#bb55fb hex color red value is 187, green value is 85 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb55fb hue: 0.77 , saturation: 0.95 and the lightness value of bb55fb is 0.66.

The process color (four color CMYK) of #bb55fb color hex is 0.25, 0.66, 0.00, 0.02. Web safe color of #bb55fb is #cc66ff. Color #bb55fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010101 11111011
Octal 273 125 373
Decimal 187 85 251
Hex BB 55 FB

RGB Percentages of Color #bb55fb

%35.76
%16.25
%47.99

CMYK Percentages of Color #bb55fb

%25
%66
%0
%2

Triadic Colors of #bb55fb

#bb55fb #fbbb55 #55fbbb

Analogous Colors of #bb55fb

#bb55fb #fb55e8 #6855fb

Monochromatic Colors of #bb55fb

#bb55fb

Complementary Color

#bb55fb #95fb55

#bb55fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb55fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb55fb Color CSS Codes

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

#bb55fb Text Font Color

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

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


#bb55fb Background Color

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

This div background color is #bb55fb


#bb55fb Border Color

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

This div border color is #bb55fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb55fb


Comments

No comments written yet.

Please login to write comment.