Color Hex Logo

#8439ad Color Hex

#8439AD
(132,57,173)
0 Favorites   0 Comments

Color spaces of #8439ad

RGB 13257173
HSL0.770.500.45
HSV279°67°68°
CMYK 0.240.670.00   0.32
XYZ18.521710.848940.6530
Yxy10.84890.26450.1549
Hunter Lab32.937742.7342-50.1217
CIE-Lab39.324851.4105-48.6273

#8439ad color RGB value is (132,57,173).

#8439ad hex color red value is 132, green value is 57 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8439ad hue: 0.77 , saturation: 0.50 and the lightness value of 8439ad is 0.45.

The process color (four color CMYK) of #8439ad color hex is 0.24, 0.67, 0.00, 0.32. Web safe color of #8439ad is #993399. Color #8439ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000100 00111001 10101101
Octal 204 71 255
Decimal 132 57 173
Hex 84 39 AD

RGB Percentages of Color #8439ad

%36.46
%15.75
%47.79

CMYK Percentages of Color #8439ad

%24
%67
%0
%32

Triadic Colors of #8439ad

#8439ad #ad8439 #39ad84

Analogous Colors of #8439ad

#8439ad #ad399c #4a39ad

Monochromatic Colors of #8439ad

#8439ad

Complementary Color

#8439ad #62ad39

#8439ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8439ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8439ad Color CSS Codes

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

#8439ad Text Font Color

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

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


#8439ad Background Color

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

This div background color is #8439ad


#8439ad Border Color

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

This div border color is #8439ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8439ad


Comments

No comments written yet.

Please login to write comment.