Color Hex Logo

#8a616d Color Hex

#8A616D
(138,97,109)
0 Favorites   0 Comments

Color spaces of #8a616d

RGB 13897109
HSL0.950.170.46
HSV342°30°54°
CMYK 0.000.300.21   0.46
XYZ17.516215.056816.4510
Yxy15.05680.35730.3071
Hunter Lab38.803112.67172.0255
CIE-Lab45.711918.5364-0.1225

#8a616d color RGB value is (138,97,109).

#8a616d hex color red value is 138, green value is 97 and the blue value of its RGB is 109. Cylindrical-coordinate representations (also known as HSL) of color #8a616d hue: 0.95 , saturation: 0.17 and the lightness value of 8a616d is 0.46.

The process color (four color CMYK) of #8a616d color hex is 0.00, 0.30, 0.21, 0.46. Web safe color of #8a616d is #996666. Color #8a616d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01100001 01101101
Octal 212 141 155
Decimal 138 97 109
Hex 8A 61 6D

RGB Percentages of Color #8a616d

%40.12
%28.20
%31.69

CMYK Percentages of Color #8a616d

%0
%30
%21
%46

Triadic Colors of #8a616d

#8a616d #6d8a61 #616d8a

Analogous Colors of #8a616d

#8a616d #8a6a61 #8a6182

Monochromatic Colors of #8a616d

#8a616d

Complementary Color

#8a616d #618a7e

#8a616d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a616d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a616d Color CSS Codes

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

#8a616d Text Font Color

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

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


#8a616d Background Color

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

This div background color is #8a616d


#8a616d Border Color

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

This div border color is #8a616d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a616d


Comments

No comments written yet.

Please login to write comment.