Color Hex Logo

#8c505f Color Hex

#8C505F
(140,80,95)
0 Favorites   0 Comments

Color spaces of #8c505f

RGB 1408095
HSL0.960.270.43
HSV345°43°55°
CMYK 0.000.430.32   0.45
XYZ15.749412.139012.3394
Yxy12.13900.39150.3018
Hunter Lab34.841119.71653.3905
CIE-Lab41.436227.05852.2429

#8c505f color RGB value is (140,80,95).

#8c505f hex color red value is 140, green value is 80 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #8c505f hue: 0.96 , saturation: 0.27 and the lightness value of 8c505f is 0.43.

The process color (four color CMYK) of #8c505f color hex is 0.00, 0.43, 0.32, 0.45. Web safe color of #8c505f is #996666. Color #8c505f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 01010000 01011111
Octal 214 120 137
Decimal 140 80 95
Hex 8C 50 5F

RGB Percentages of Color #8c505f

%44.44
%25.40
%30.16

CMYK Percentages of Color #8c505f

%0
%43
%32
%45

Triadic Colors of #8c505f

#8c505f #5f8c50 #505f8c

Analogous Colors of #8c505f

#8c505f #8c5f50 #8c507d

Monochromatic Colors of #8c505f

#8c505f

Complementary Color

#8c505f #508c7d

#8c505f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8c505f Color Preview on White Background

Lorem ipsum dolor sit amet.

#8c505f Color CSS Codes

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

#8c505f Text Font Color

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

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


#8c505f Background Color

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

This div background color is #8c505f


#8c505f Border Color

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

This div border color is #8c505f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,80,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 #8c505f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8c505f


Comments

No comments written yet.

Please login to write comment.