Color Hex Logo

#8f230e Color Hex

#8F230E
(143,35,14)
0 Favorites   0 Comments

Color spaces of #8f230e

RGB 1433514
HSL0.030.820.31
HSV10°90°56°
CMYK 0.000.760.90   0.44
XYZ12.00807.07341.1479
Yxy7.07340.59360.3497
Hunter Lab26.595934.049816.0581
CIE-Lab31.973444.106538.8586

#8f230e color RGB value is (143,35,14).

#8f230e hex color red value is 143, green value is 35 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #8f230e hue: 0.03 , saturation: 0.82 and the lightness value of 8f230e is 0.31.

The process color (four color CMYK) of #8f230e color hex is 0.00, 0.76, 0.90, 0.44. Web safe color of #8f230e is #993300. Color #8f230e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001111 00100011 00001110
Octal 217 43 16
Decimal 143 35 14
Hex 8F 23 E

RGB Percentages of Color #8f230e

%74.48
%18.23
%7.29

CMYK Percentages of Color #8f230e

%0
%76
%90
%44

Triadic Colors of #8f230e

#8f230e #0e8f23 #230e8f

Analogous Colors of #8f230e

#8f230e #8f640e #8f0e3a

Monochromatic Colors of #8f230e

#8f230e

Complementary Color

#8f230e #0e7a8f

#8f230e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8f230e Color Preview on White Background

Lorem ipsum dolor sit amet.

#8f230e Color CSS Codes

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

#8f230e Text Font Color

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

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


#8f230e Background Color

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

This div background color is #8f230e


#8f230e Border Color

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

This div border color is #8f230e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8f230e


Comments

No comments written yet.

Please login to write comment.