Color Hex Logo

#bb14fb Color Hex

#BB14FB
(187,20,251)
0 Favorites   0 Comments

Color spaces of #bb14fb

RGB 18720251
HSL0.790.970.53
HSV283°92°98°
CMYK 0.250.920.00   0.02
XYZ38.156318.030192.7359
Yxy18.03010.25620.1211
Hunter Lab42.461986.0921-99.7649
CIE-Lab49.532686.3787-76.5928

#bb14fb color RGB value is (187,20,251).

#bb14fb hex color red value is 187, green value is 20 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #bb14fb hue: 0.79 , saturation: 0.97 and the lightness value of bb14fb is 0.53.

The process color (four color CMYK) of #bb14fb color hex is 0.25, 0.92, 0.00, 0.02. Web safe color of #bb14fb is #cc00ff. Color #bb14fb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 11111011
Octal 273 24 373
Decimal 187 20 251
Hex BB 14 FB

RGB Percentages of Color #bb14fb

%40.83
%4.37
%54.80

CMYK Percentages of Color #bb14fb

%25
%92
%0
%2

Triadic Colors of #bb14fb

#bb14fb #fbbb14 #14fbbb

Analogous Colors of #bb14fb

#bb14fb #fb14c8 #4814fb

Monochromatic Colors of #bb14fb

#bb14fb

Complementary Color

#bb14fb #54fb14

#bb14fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb14fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb14fb Color CSS Codes

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

#bb14fb Text Font Color

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

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


#bb14fb Background Color

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

This div background color is #bb14fb


#bb14fb Border Color

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

This div border color is #bb14fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb14fb

Related Colors


Comments

No comments written yet.

Please login to write comment.