Color Hex Logo

#bf1337 Color Hex

#BF1337
(191,19,55)
0 Favorites   0 Comments

Color spaces of #bf1337

RGB 1911955
HSL0.970.820.41
HSV347°90°75°
CMYK 0.000.900.71   0.25
XYZ22.408311.81794.7145
Yxy11.81790.57540.3035
Hunter Lab34.377256.192815.9330
CIE-Lab40.925263.515327.9171

#bf1337 color RGB value is (191,19,55).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00010011 00110111
Octal 277 23 67
Decimal 191 19 55
Hex BF 13 37

RGB Percentages of Color #bf1337

%72.08
%7.17
%20.75

CMYK Percentages of Color #bf1337

%0
%90
%71
%25

Triadic Colors of #bf1337

#bf1337 #37bf13 #1337bf

Analogous Colors of #bf1337

#bf1337 #bf4513 #bf138d

Monochromatic Colors of #bf1337

#bf1337

Complementary Color

#bf1337 #13bf9b

#bf1337 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf1337 Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf1337 Color CSS Codes

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

#bf1337 Text Font Color

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

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


#bf1337 Background Color

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

This div background color is #bf1337


#bf1337 Border Color

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

This div border color is #bf1337


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf1337


Comments

No comments written yet.

Please login to write comment.