Color Hex Logo

#8a819a Color Hex

#8A819A
(138,129,154)
0 Favorites   0 Comments

Color spaces of #8a819a

RGB 138129154
HSL0.730.110.55
HSV262°16°60°
CMYK 0.100.160.00   0.40
XYZ24.164223.436933.8220
Yxy23.43690.29680.2878
Hunter Lab48.41174.3761-7.5338
CIE-Lab55.51958.4747-12.1396

#8a819a color RGB value is (138,129,154).

#8a819a hex color red value is 138, green value is 129 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #8a819a hue: 0.73 , saturation: 0.11 and the lightness value of 8a819a is 0.55.

The process color (four color CMYK) of #8a819a color hex is 0.10, 0.16, 0.00, 0.40. Web safe color of #8a819a is #999999. Color #8a819a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001010 10000001 10011010
Octal 212 201 232
Decimal 138 129 154
Hex 8A 81 9A

RGB Percentages of Color #8a819a

%32.78
%30.64
%36.58

CMYK Percentages of Color #8a819a

%10
%16
%0
%40

Triadic Colors of #8a819a

#8a819a #9a8a81 #819a8a

Analogous Colors of #8a819a

#8a819a #97819a #81859a

Monochromatic Colors of #8a819a

#8a819a

Complementary Color

#8a819a #919a81

#8a819a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8a819a Color Preview on White Background

Lorem ipsum dolor sit amet.

#8a819a Color CSS Codes

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

#8a819a Text Font Color

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

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


#8a819a Background Color

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

This div background color is #8a819a


#8a819a Border Color

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

This div border color is #8a819a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8a819a


Comments

No comments written yet.

Please login to write comment.