Color Hex Logo

#8427ad Color Hex

#8427AD
(132,39,173)
0 Favorites   0 Comments

Color spaces of #8427ad

RGB 13239173
HSL0.780.630.42
HSV282°77°68°
CMYK 0.240.770.00   0.32
XYZ17.78419.373740.4071
Yxy9.37370.26320.1387
Hunter Lab30.616550.1058-56.8183
CIE-Lab36.694158.8497-52.8721

#8427ad color RGB value is (132,39,173).

#8427ad hex color red value is 132, green value is 39 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8427ad hue: 0.78 , saturation: 0.63 and the lightness value of 8427ad is 0.42.

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

Base Numbers

BaseRedGreenBlue
Binary 10000100 00100111 10101101
Octal 204 47 255
Decimal 132 39 173
Hex 84 27 AD

RGB Percentages of Color #8427ad

%38.37
%11.34
%50.29

CMYK Percentages of Color #8427ad

%24
%77
%0
%32

Triadic Colors of #8427ad

#8427ad #ad8427 #27ad84

Analogous Colors of #8427ad

#8427ad #ad2793 #4127ad

Monochromatic Colors of #8427ad

#8427ad

Complementary Color

#8427ad #50ad27

#8427ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8427ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8427ad Color CSS Codes

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

#8427ad Text Font Color

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

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


#8427ad Background Color

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

This div background color is #8427ad


#8427ad Border Color

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

This div border color is #8427ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8427ad


Comments

No comments written yet.

Please login to write comment.