Color Hex Logo

#bb14bf Color Hex

#BB14BF
(187,20,191)
0 Favorites   0 Comments

Color spaces of #bb14bf

RGB 18720191
HSL0.830.810.41
HSV299°90°75°
CMYK 0.020.900.00   0.25
XYZ30.147614.826750.5631
Yxy14.82670.31560.1552
Hunter Lab38.505572.3709-50.9023
CIE-Lab45.395976.3523-49.0223

#bb14bf color RGB value is (187,20,191).

#bb14bf hex color red value is 187, green value is 20 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #bb14bf hue: 0.83 , saturation: 0.81 and the lightness value of bb14bf is 0.41.

The process color (four color CMYK) of #bb14bf color hex is 0.02, 0.90, 0.00, 0.25. Web safe color of #bb14bf is #cc00cc. Color #bb14bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00010100 10111111
Octal 273 24 277
Decimal 187 20 191
Hex BB 14 BF

RGB Percentages of Color #bb14bf

%46.98
%5.03
%47.99

CMYK Percentages of Color #bb14bf

%2
%90
%0
%25

Triadic Colors of #bb14bf

#bb14bf #bfbb14 #14bfbb

Analogous Colors of #bb14bf

#bb14bf #bf146e #6614bf

Monochromatic Colors of #bb14bf

#bb14bf

Complementary Color

#bb14bf #18bf14

#bb14bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb14bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb14bf Color CSS Codes

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

#bb14bf Text Font Color

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

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


#bb14bf Background Color

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

This div background color is #bb14bf


#bb14bf Border Color

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

This div border color is #bb14bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb14bf


Comments

No comments written yet.

Please login to write comment.