Color Hex Logo

#bf133b Color Hex

#BF133B
(191,19,59)
0 Favorites   0 Comments

Color spaces of #bf133b

RGB 1911959
HSL0.960.820.41
HSV346°90°75°
CMYK 0.000.900.69   0.25
XYZ22.508111.85795.2402
Yxy11.85790.56830.2994
Hunter Lab34.435356.412015.0822
CIE-Lab40.989463.696625.5087

#bf133b color RGB value is (191,19,59).

#bf133b hex color red value is 191, green value is 19 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bf133b hue: 0.96 , saturation: 0.82 and the lightness value of bf133b is 0.41.

The process color (four color CMYK) of #bf133b color hex is 0.00, 0.90, 0.69, 0.25. Web safe color of #bf133b is #cc0033. Color #bf133b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010011 00111011
Octal 277 23 73
Decimal 191 19 59
Hex BF 13 3B

RGB Percentages of Color #bf133b

%71.00
%7.06
%21.93

CMYK Percentages of Color #bf133b

%0
%90
%69
%25

Triadic Colors of #bf133b

#bf133b #3bbf13 #133bbf

Analogous Colors of #bf133b

#bf133b #bf4113 #bf1391

Monochromatic Colors of #bf133b

#bf133b

Complementary Color

#bf133b #13bf97

#bf133b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf133b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf133b Color CSS Codes

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

#bf133b Text Font Color

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

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


#bf133b Background Color

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

This div background color is #bf133b


#bf133b Border Color

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

This div border color is #bf133b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf133b


Comments

No comments written yet.

Please login to write comment.