Color Hex Logo

#8532ac Color Hex

#8532AC
(133,50,172)
0 Favorites   0 Comments

Color spaces of #8532ac

RGB 13350172
HSL0.780.550.44
HSV281°71°67°
CMYK 0.230.710.00   0.33
XYZ18.259910.246340.0451
Yxy10.24630.26640.1495
Hunter Lab32.009845.8075-51.7664
CIE-Lab38.280954.5378-49.7057

#8532ac color RGB value is (133,50,172).

#8532ac hex color red value is 133, green value is 50 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8532ac hue: 0.78 , saturation: 0.55 and the lightness value of 8532ac is 0.44.

The process color (four color CMYK) of #8532ac color hex is 0.23, 0.71, 0.00, 0.33. Web safe color of #8532ac is #993399. Color #8532ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000101 00110010 10101100
Octal 205 62 254
Decimal 133 50 172
Hex 85 32 AC

RGB Percentages of Color #8532ac

%37.46
%14.08
%48.45

CMYK Percentages of Color #8532ac

%23
%71
%0
%33

Triadic Colors of #8532ac

#8532ac #ac8532 #32ac85

Analogous Colors of #8532ac

#8532ac #ac3296 #4832ac

Monochromatic Colors of #8532ac

#8532ac

Complementary Color

#8532ac #59ac32

#8532ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8532ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8532ac Color CSS Codes

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

#8532ac Text Font Color

<p style="color:#8532ac">Text here</p>

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


#8532ac Background Color

<div style="background-color:#8532ac">
Div content here</div>

This div background color is #8532ac


#8532ac Border Color

<div style="border:3px solid #8532ac">
Div here</div>

This div border color is #8532ac


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(133,50,172, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8532ac; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8532ac;
  -webkit-box-shadow: 1px 1px 3px 2px #8532ac;
  box-shadow:         1px 1px 3px 2px #8532ac; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(133,50,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8532ac


Comments

No comments written yet.

Please login to write comment.