Color Hex Logo

#bb014f Color Hex

#BB014F
(187,1,79)
0 Favorites   0 Comments

Color spaces of #bb014f

RGB 187179
HSL0.930.990.37
HSV335°99°73°
CMYK 0.000.990.58   0.27
XYZ21.915711.15108.3944
Yxy11.15100.52860.2690
Hunter Lab33.393158.71058.4708
CIE-Lab39.833665.940211.1433

#bb014f color RGB value is (187,1,79).

#bb014f hex color red value is 187, green value is 1 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #bb014f hue: 0.93 , saturation: 0.99 and the lightness value of bb014f is 0.37.

The process color (four color CMYK) of #bb014f color hex is 0.00, 0.99, 0.58, 0.27. Web safe color of #bb014f is #cc0066. Color #bb014f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 01001111
Octal 273 1 117
Decimal 187 1 79
Hex BB 1 4F

RGB Percentages of Color #bb014f

%70.04
%0.37
%29.59

CMYK Percentages of Color #bb014f

%0
%99
%58
%27

Triadic Colors of #bb014f

#bb014f #4fbb01 #014fbb

Analogous Colors of #bb014f

#bb014f #bb1001 #bb01ac

Monochromatic Colors of #bb014f

#bb014f

Complementary Color

#bb014f #01bb6d

#bb014f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb014f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb014f Color CSS Codes

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

#bb014f Text Font Color

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

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


#bb014f Background Color

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

This div background color is #bb014f


#bb014f Border Color

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

This div border color is #bb014f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb014f


Comments

No comments written yet.

Please login to write comment.