Color Hex Logo

#bf423f Color Hex

#BF423F
(191,66,63)
0 Favorites   0 Comments

Color spaces of #bf423f

RGB 1916663
HSL0.000.500.50
HSV67°75°
CMYK 0.000.650.67   0.25
XYZ24.331315.33176.3795
Yxy15.33170.52850.3330
Hunter Lab39.155742.397117.7491
CIE-Lab46.085249.868429.3641

#bf423f color RGB value is (191,66,63).

#bf423f hex color red value is 191, green value is 66 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #bf423f hue: 0.00 , saturation: 0.50 and the lightness value of bf423f is 0.50.

The process color (four color CMYK) of #bf423f color hex is 0.00, 0.65, 0.67, 0.25. Web safe color of #bf423f is #cc3333. Color #bf423f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10111111 01000010 00111111
Octal 277 102 77
Decimal 191 66 63
Hex BF 42 3F

RGB Percentages of Color #bf423f

%59.69
%20.63
%19.69

CMYK Percentages of Color #bf423f

%0
%65
%67
%25

Triadic Colors of #bf423f

#bf423f #3fbf42 #423fbf

Analogous Colors of #bf423f

#bf423f #bf823f #bf3f7c

Monochromatic Colors of #bf423f

#bf423f

Complementary Color

#bf423f #3fbcbf

#bf423f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#bf423f Color Preview on White Background

Lorem ipsum dolor sit amet.

#bf423f Color CSS Codes

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

#bf423f Text Font Color

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

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


#bf423f Background Color

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

This div background color is #bf423f


#bf423f Border Color

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

This div border color is #bf423f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #bf423f


Comments

No comments written yet.

Please login to write comment.