Color Hex Logo

#8b316f Color Hex

#8B316F
(139,49,111)
0 Favorites   0 Comments

Color spaces of #8b316f

RGB 13949111
HSL0.890.480.37
HSV319°65°55°
CMYK 0.000.650.20   0.45
XYZ14.61508.833315.9736
Yxy8.83330.37070.2241
Hunter Lab29.720935.7644-11.0610
CIE-Lab35.661345.1914-16.4105

#8b316f color RGB value is (139,49,111).

#8b316f hex color red value is 139, green value is 49 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #8b316f hue: 0.89 , saturation: 0.48 and the lightness value of 8b316f is 0.37.

The process color (four color CMYK) of #8b316f color hex is 0.00, 0.65, 0.20, 0.45. Web safe color of #8b316f is #993366. Color #8b316f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001011 00110001 01101111
Octal 213 61 157
Decimal 139 49 111
Hex 8B 31 6F

RGB Percentages of Color #8b316f

%46.49
%16.39
%37.12

CMYK Percentages of Color #8b316f

%0
%65
%20
%45

Triadic Colors of #8b316f

#8b316f #6f8b31 #316f8b

Analogous Colors of #8b316f

#8b316f #8b3142 #7a318b

Monochromatic Colors of #8b316f

#8b316f

Complementary Color

#8b316f #318b4d

#8b316f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8b316f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8b316f Color CSS Codes

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

#8b316f Text Font Color

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

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


#8b316f Background Color

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

This div background color is #8b316f


#8b316f Border Color

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

This div border color is #8b316f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8b316f


Comments

No comments written yet.

Please login to write comment.