Color Hex Logo

#bb21fb Color Hex

#BB21FB
(187,33,251)
0 Favorites   0 Comments

Color spaces of #bb21fb

RGB 18733251
HSL0.780.960.56
HSV282°87°98°
CMYK 0.250.870.00   0.02
XYZ38.450018.617592.8338
Yxy18.61750.25650.1242
Hunter Lab43.148083.5557-97.3600
CIE-Lab50.236784.2878-75.4456

#bb21fb color RGB value is (187,33,251).

#bb21fb hex color red value is 187, green value is 33 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb21fb hue: 0.78 , saturation: 0.96 and the lightness value of bb21fb is 0.56.

The process color (four color CMYK) of #bb21fb color hex is 0.25, 0.87, 0.00, 0.02. Web safe color of #bb21fb is #cc33ff. Color #bb21fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00100001 11111011
Octal 273 41 373
Decimal 187 33 251
Hex BB 21 FB

RGB Percentages of Color #bb21fb

%39.70
%7.01
%53.29

CMYK Percentages of Color #bb21fb

%25
%87
%0
%2

Triadic Colors of #bb21fb

#bb21fb #fbbb21 #21fbbb

Analogous Colors of #bb21fb

#bb21fb #fb21ce #4e21fb

Monochromatic Colors of #bb21fb

#bb21fb

Complementary Color

#bb21fb #61fb21

#bb21fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb21fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb21fb Color CSS Codes

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

#bb21fb Text Font Color

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

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


#bb21fb Background Color

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

This div background color is #bb21fb


#bb21fb Border Color

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

This div border color is #bb21fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb21fb

Related Colors


Comments

No comments written yet.

Please login to write comment.