Color Hex Logo

#8f3b2a Color Hex

#8F3B2A
(143,59,42)
0 Favorites   0 Comments

Color spaces of #8f3b2a

RGB 1435942
HSL0.030.550.36
HSV10°71°56°
CMYK 0.000.590.71   0.44
XYZ13.30969.13473.2522
Yxy9.13470.51800.3555
Hunter Lab30.223725.714714.7767
CIE-Lab36.242434.461828.0191

#8f3b2a color RGB value is (143,59,42).

#8f3b2a hex color red value is 143, green value is 59 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #8f3b2a hue: 0.03 , saturation: 0.55 and the lightness value of 8f3b2a is 0.36.

The process color (four color CMYK) of #8f3b2a color hex is 0.00, 0.59, 0.71, 0.44. Web safe color of #8f3b2a is #993333. Color #8f3b2a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00111011 00101010
Octal 217 73 52
Decimal 143 59 42
Hex 8F 3B 2A

RGB Percentages of Color #8f3b2a

%58.61
%24.18
%17.21

CMYK Percentages of Color #8f3b2a

%0
%59
%71
%44

Triadic Colors of #8f3b2a

#8f3b2a #2a8f3b #3b2a8f

Analogous Colors of #8f3b2a

#8f3b2a #8f6e2a #8f2a4b

Monochromatic Colors of #8f3b2a

#8f3b2a

Complementary Color

#8f3b2a #2a7e8f

#8f3b2a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f3b2a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f3b2a Color CSS Codes

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

#8f3b2a Text Font Color

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

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


#8f3b2a Background Color

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

This div background color is #8f3b2a


#8f3b2a Border Color

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

This div border color is #8f3b2a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f3b2a


Comments

No comments written yet.

Please login to write comment.