Color Hex Logo

#8468ad Color Hex

#8468AD
(132,104,173)
0 Favorites   0 Comments

Color spaces of #8468ad

RGB 132104173
HSL0.730.300.54
HSV264°40°68°
CMYK 0.240.400.00   0.32
XYZ22.008917.823341.8154
Yxy17.82330.26960.2183
Hunter Lab42.217719.1747-29.1727
CIE-Lab49.281125.6525-32.8211

#8468ad color RGB value is (132,104,173).

#8468ad hex color red value is 132, green value is 104 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8468ad hue: 0.73 , saturation: 0.30 and the lightness value of 8468ad is 0.54.

The process color (four color CMYK) of #8468ad color hex is 0.24, 0.40, 0.00, 0.32. Web safe color of #8468ad is #996699. Color #8468ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 01101000 10101101
Octal 204 150 255
Decimal 132 104 173
Hex 84 68 AD

RGB Percentages of Color #8468ad

%32.27
%25.43
%42.30

CMYK Percentages of Color #8468ad

%24
%40
%0
%32

Triadic Colors of #8468ad

#8468ad #ad8468 #68ad84

Analogous Colors of #8468ad

#8468ad #a768ad #686fad

Monochromatic Colors of #8468ad

#8468ad

Complementary Color

#8468ad #91ad68

#8468ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8468ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8468ad Color CSS Codes

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

#8468ad Text Font Color

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

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


#8468ad Background Color

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

This div background color is #8468ad


#8468ad Border Color

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

This div border color is #8468ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(132,104,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 #8468ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8468ad


Comments

No comments written yet.

Please login to write comment.