Color Hex Logo

#bf013b Color Hex

#BF013B
(191,1,59)
0 Favorites   0 Comments

Color spaces of #bf013b

RGB 191159
HSL0.950.990.38
HSV342°99°75°
CMYK 0.000.990.69   0.25
XYZ22.286111.41385.1662
Yxy11.41380.57340.2937
Hunter Lab33.784358.626414.5826
CIE-Lab40.268965.782024.6105

#bf013b color RGB value is (191,1,59).

#bf013b hex color red value is 191, green value is 1 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #bf013b hue: 0.95 , saturation: 0.99 and the lightness value of bf013b is 0.38.

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

Base Numbers

BaseRedGreenBlue
Binary 10111111 00000001 00111011
Octal 277 1 73
Decimal 191 1 59
Hex BF 1 3B

RGB Percentages of Color #bf013b

%76.10
%0.40
%23.51

CMYK Percentages of Color #bf013b

%0
%99
%69
%25

Triadic Colors of #bf013b

#bf013b #3bbf01 #013bbf

Analogous Colors of #bf013b

#bf013b #bf2601 #bf019a

Monochromatic Colors of #bf013b

#bf013b

Complementary Color

#bf013b #01bf85

#bf013b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf013b Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf013b Color CSS Codes

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

#bf013b Text Font Color

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

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


#bf013b Background Color

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

This div background color is #bf013b


#bf013b Border Color

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

This div border color is #bf013b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(191,1,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 #bf013b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf013b

#bf013b Color Palettes


Comments

No comments written yet.

Please login to write comment.