Color Hex Logo

#8184aa Color Hex

#8184AA
(129,132,170)
0 Favorites   0 Comments

Color spaces of #8184aa

RGB 129132170
HSL0.650.190.59
HSV236°24°67°
CMYK 0.240.220.00   0.33
XYZ24.560224.071941.3821
Yxy24.07190.27280.2674
Hunter Lab49.06313.4937-15.6637
CIE-Lab56.15977.4363-20.4575

#8184aa color RGB value is (129,132,170).

#8184aa hex color red value is 129, green value is 132 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8184aa hue: 0.65 , saturation: 0.19 and the lightness value of 8184aa is 0.59.

The process color (four color CMYK) of #8184aa color hex is 0.24, 0.22, 0.00, 0.33. Web safe color of #8184aa is #999999. Color #8184aa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000100 10101010
Octal 201 204 252
Decimal 129 132 170
Hex 81 84 AA

RGB Percentages of Color #8184aa

%29.93
%30.63
%39.44

CMYK Percentages of Color #8184aa

%24
%22
%0
%33

Triadic Colors of #8184aa

#8184aa #aa8184 #84aa81

Analogous Colors of #8184aa

#8184aa #9381aa #8199aa

Monochromatic Colors of #8184aa

#8184aa

Complementary Color

#8184aa #aaa781

#8184aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8184aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8184aa Color CSS Codes

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

#8184aa Text Font Color

<p style="color:#8184aa">Text here</p>

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


#8184aa Background Color

<div style="background-color:#8184aa">
Div content here</div>

This div background color is #8184aa


#8184aa Border Color

<div style="border:3px solid #8184aa">
Div here</div>

This div border color is #8184aa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(129,132,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8184aa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8184aa;
  -webkit-box-shadow: 1px 1px 3px 2px #8184aa;
  box-shadow:         1px 1px 3px 2px #8184aa; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8184aa


Comments

No comments written yet.

Please login to write comment.