Color Hex Logo

#bf093f Color Hex

#BF093F
(191,9,63)
0 Favorites   0 Comments

Color spaces of #bf093f

RGB 191963
HSL0.950.910.39
HSV342°95°75°
CMYK 0.000.950.67   0.25
XYZ22.480711.63065.7627
Yxy11.63060.56380.2917
Hunter Lab34.103757.983513.8540
CIE-Lab40.622965.150822.5351

#bf093f color RGB value is (191,9,63).

#bf093f hex color red value is 191, green value is 9 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bf093f hue: 0.95 , saturation: 0.91 and the lightness value of bf093f is 0.39.

The process color (four color CMYK) of #bf093f color hex is 0.00, 0.95, 0.67, 0.25. Web safe color of #bf093f is #cc0033. Color #bf093f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 00001001 00111111
Octal 277 11 77
Decimal 191 9 63
Hex BF 9 3F

RGB Percentages of Color #bf093f

%72.62
%3.42
%23.95

CMYK Percentages of Color #bf093f

%0
%95
%67
%25

Triadic Colors of #bf093f

#bf093f #3fbf09 #093fbf

Analogous Colors of #bf093f

#bf093f #bf2e09 #bf099a

Monochromatic Colors of #bf093f

#bf093f

Complementary Color

#bf093f #09bf89

#bf093f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf093f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf093f Color CSS Codes

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

#bf093f Text Font Color

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

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


#bf093f Background Color

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

This div background color is #bf093f


#bf093f Border Color

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

This div border color is #bf093f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf093f


Comments

No comments written yet.

Please login to write comment.