Color Hex Logo

#8b395a Color Hex

#8B395A
(139,57,90)
0 Favorites   0 Comments

Color spaces of #8b395a

RGB 1395790
HSL0.930.420.38
HSV336°59°55°
CMYK 0.000.590.35   0.45
XYZ13.95619.153410.7041
Yxy9.15340.41270.2707
Hunter Lab30.254629.39450.2014
CIE-Lab36.278038.4459-2.1709

#8b395a color RGB value is (139,57,90).

#8b395a hex color red value is 139, green value is 57 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #8b395a hue: 0.93 , saturation: 0.42 and the lightness value of 8b395a is 0.38.

The process color (four color CMYK) of #8b395a color hex is 0.00, 0.59, 0.35, 0.45. Web safe color of #8b395a is #993366. Color #8b395a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00111001 01011010
Octal 213 71 132
Decimal 139 57 90
Hex 8B 39 5A

RGB Percentages of Color #8b395a

%48.60
%19.93
%31.47

CMYK Percentages of Color #8b395a

%0
%59
%35
%45

Triadic Colors of #8b395a

#8b395a #5a8b39 #395a8b

Analogous Colors of #8b395a

#8b395a #8b4139 #8b3983

Monochromatic Colors of #8b395a

#8b395a

Complementary Color

#8b395a #398b6a

#8b395a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b395a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b395a Color CSS Codes

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

#8b395a Text Font Color

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

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


#8b395a Background Color

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

This div background color is #8b395a


#8b395a Border Color

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

This div border color is #8b395a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b395a


Comments

No comments written yet.

Please login to write comment.