Color Hex Logo

#8a789d Color Hex

#8A789D
(138,120,157)
0 Favorites   0 Comments

Color spaces of #8a789d

RGB 138120157
HSL0.750.160.54
HSV269°24°62°
CMYK 0.120.240.00   0.38
XYZ23.283521.270534.7767
Yxy21.27050.29350.2681
Hunter Lab46.12009.4052-12.4236
CIE-Lab53.244314.3860-17.3251

#8a789d color RGB value is (138,120,157).

#8a789d hex color red value is 138, green value is 120 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #8a789d hue: 0.75 , saturation: 0.16 and the lightness value of 8a789d is 0.54.

The process color (four color CMYK) of #8a789d color hex is 0.12, 0.24, 0.00, 0.38. Web safe color of #8a789d is #996699. Color #8a789d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 01111000 10011101
Octal 212 170 235
Decimal 138 120 157
Hex 8A 78 9D

RGB Percentages of Color #8a789d

%33.25
%28.92
%37.83

CMYK Percentages of Color #8a789d

%12
%24
%0
%38

Triadic Colors of #8a789d

#8a789d #9d8a78 #789d8a

Analogous Colors of #8a789d

#8a789d #9d789d #78799d

Monochromatic Colors of #8a789d

#8a789d

Complementary Color

#8a789d #8b9d78

#8a789d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a789d Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a789d Color CSS Codes

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

#8a789d Text Font Color

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

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


#8a789d Background Color

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

This div background color is #8a789d


#8a789d Border Color

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

This div border color is #8a789d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a789d


Comments

No comments written yet.

Please login to write comment.