Color Hex Logo

#8184ad Color Hex

#8184AD
(129,132,173)
0 Favorites   0 Comments

Color spaces of #8184ad

RGB 129132173
HSL0.660.210.59
HSV236°25°68°
CMYK 0.250.240.00   0.32
XYZ24.847424.186842.8941
Yxy24.18680.27030.2631
Hunter Lab49.18014.1190-17.2858
CIE-Lab56.27438.1787-22.0032

#8184ad color RGB value is (129,132,173).

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

The process color (four color CMYK) of #8184ad color hex is 0.25, 0.24, 0.00, 0.32. Web safe color of #8184ad is #999999. Color #8184ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000001 10000100 10101101
Octal 201 204 255
Decimal 129 132 173
Hex 81 84 AD

RGB Percentages of Color #8184ad

%29.72
%30.41
%39.86

CMYK Percentages of Color #8184ad

%25
%24
%0
%32

Triadic Colors of #8184ad

#8184ad #ad8184 #84ad81

Analogous Colors of #8184ad

#8184ad #9481ad #819aad

Monochromatic Colors of #8184ad

#8184ad

Complementary Color

#8184ad #adaa81

#8184ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8184ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8184ad Color CSS Codes

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

#8184ad Text Font Color

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

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


#8184ad Background Color

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

This div background color is #8184ad


#8184ad Border Color

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

This div border color is #8184ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8184ad


Comments

No comments written yet.

Please login to write comment.