Color Hex Logo

#bb012f Color Hex

#BB012F
(187,1,47)
0 Favorites   0 Comments

Color spaces of #bb012f

RGB 187147
HSL0.960.990.37
HSV345°99°73°
CMYK 0.000.990.75   0.27
XYZ21.017510.79173.6646
Yxy10.79170.59250.3042
Hunter Lab32.850756.713416.3815
CIE-Lab39.227464.306130.6465

#bb012f color RGB value is (187,1,47).

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

The process color (four color CMYK) of #bb012f color hex is 0.00, 0.99, 0.75, 0.27. Web safe color of #bb012f is #cc0033. Color #bb012f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111011 00000001 00101111
Octal 273 1 57
Decimal 187 1 47
Hex BB 1 2F

RGB Percentages of Color #bb012f

%79.57
%0.43
%20.00

CMYK Percentages of Color #bb012f

%0
%99
%75
%27

Triadic Colors of #bb012f

#bb012f #2fbb01 #012fbb

Analogous Colors of #bb012f

#bb012f #bb3001 #bb018c

Monochromatic Colors of #bb012f

#bb012f

Complementary Color

#bb012f #01bb8d

#bb012f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bb012f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bb012f Color CSS Codes

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

#bb012f Text Font Color

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

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


#bb012f Background Color

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

This div background color is #bb012f


#bb012f Border Color

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

This div border color is #bb012f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bb012f


Comments

No comments written yet.

Please login to write comment.