Color Hex Logo

#8b425f Color Hex

#8B425F
(139,66,95)
0 Favorites   0 Comments

Color spaces of #8b425f

RGB 1396695
HSL0.930.360.40
HSV336°53°55°
CMYK 0.000.530.32   0.45
XYZ14.661210.211612.0248
Yxy10.21160.39730.2768
Hunter Lab31.955625.97340.0583
CIE-Lab38.219634.4466-2.4734

#8b425f color RGB value is (139,66,95).

#8b425f hex color red value is 139, green value is 66 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8b425f hue: 0.93 , saturation: 0.36 and the lightness value of 8b425f is 0.40.

The process color (four color CMYK) of #8b425f color hex is 0.00, 0.53, 0.32, 0.45. Web safe color of #8b425f is #993366. Color #8b425f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 01000010 01011111
Octal 213 102 137
Decimal 139 66 95
Hex 8B 42 5F

RGB Percentages of Color #8b425f

%46.33
%22.00
%31.67

CMYK Percentages of Color #8b425f

%0
%53
%32
%45

Triadic Colors of #8b425f

#8b425f #5f8b42 #425f8b

Analogous Colors of #8b425f

#8b425f #8b4a42 #8b4284

Monochromatic Colors of #8b425f

#8b425f

Complementary Color

#8b425f #428b6e

#8b425f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b425f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b425f Color CSS Codes

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

#8b425f Text Font Color

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

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


#8b425f Background Color

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

This div background color is #8b425f


#8b425f Border Color

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

This div border color is #8b425f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(139,66,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8b425f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8b425f;
  -webkit-box-shadow: 1px 1px 3px 2px #8b425f;
  box-shadow:         1px 1px 3px 2px #8b425f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(139,66,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b425f


Comments

No comments written yet.

Please login to write comment.