Color Hex Logo

#bb53fb Color Hex

#BB53FB
(187,83,251)
0 Favorites   0 Comments

Color spaces of #bb53fb

RGB 18783251
HSL0.770.950.65
HSV277°67°98°
CMYK 0.250.670.00   0.02
XYZ40.999423.716393.6836
Yxy23.71630.25880.1497
Hunter Lab48.699465.0530-79.9673
CIE-Lab55.802668.2953-66.4260

#bb53fb color RGB value is (187,83,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111011 01010011 11111011
Octal 273 123 373
Decimal 187 83 251
Hex BB 53 FB

RGB Percentages of Color #bb53fb

%35.89
%15.93
%48.18

CMYK Percentages of Color #bb53fb

%25
%67
%0
%2

Triadic Colors of #bb53fb

#bb53fb #fbbb53 #53fbbb

Analogous Colors of #bb53fb

#bb53fb #fb53e7 #6753fb

Monochromatic Colors of #bb53fb

#bb53fb

Complementary Color

#bb53fb #93fb53

#bb53fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb53fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb53fb Color CSS Codes

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

#bb53fb Text Font Color

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

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


#bb53fb Background Color

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

This div background color is #bb53fb


#bb53fb Border Color

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

This div border color is #bb53fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb53fb


Comments

No comments written yet.

Please login to write comment.