Color Hex Logo

#8a708c Color Hex

#8A708C
(138,112,140)
0 Favorites   0 Comments

Color spaces of #8a708c

RGB 138112140
HSL0.820.110.49
HSV296°20°55°
CMYK 0.010.200.00   0.45
XYZ21.009018.885127.3488
Yxy18.88510.31240.2808
Hunter Lab43.457010.2449-6.8931
CIE-Lab50.552515.4503-11.4437

#8a708c color RGB value is (138,112,140).

#8a708c hex color red value is 138, green value is 112 and the blue value of its RGB is 140. Cylindrical-coordinate representations (also known as HSL) of color #8a708c hue: 0.82 , saturation: 0.11 and the lightness value of 8a708c is 0.49.

The process color (four color CMYK) of #8a708c color hex is 0.01, 0.20, 0.00, 0.45. Web safe color of #8a708c is #996699. Color #8a708c contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01110000 10001100
Octal 212 160 214
Decimal 138 112 140
Hex 8A 70 8C

RGB Percentages of Color #8a708c

%35.38
%28.72
%35.90

CMYK Percentages of Color #8a708c

%1
%20
%0
%45

Triadic Colors of #8a708c

#8a708c #8c8a70 #708c8a

Analogous Colors of #8a708c

#8a708c #8c7080 #7c708c

Monochromatic Colors of #8a708c

#8a708c

Complementary Color

#8a708c #728c70

#8a708c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a708c Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a708c Color CSS Codes

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

#8a708c Text Font Color

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

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


#8a708c Background Color

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

This div background color is #8a708c


#8a708c Border Color

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

This div border color is #8a708c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(138,112,140, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a708c


Comments

No comments written yet.

Please login to write comment.