Color Hex Logo

#8330ac Color Hex

#8330AC
(131,48,172)
0 Favorites   0 Comments

Color spaces of #8330ac

RGB 13148172
HSL0.780.560.43
HSV280°72°67°
CMYK 0.240.720.00   0.33
XYZ17.86349.917840.0025
Yxy9.91780.26350.1463
Hunter Lab31.492546.1380-53.2667
CIE-Lab37.694554.9619-50.6659

#8330ac color RGB value is (131,48,172).

#8330ac hex color red value is 131, green value is 48 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8330ac hue: 0.78 , saturation: 0.56 and the lightness value of 8330ac is 0.43.

The process color (four color CMYK) of #8330ac color hex is 0.24, 0.72, 0.00, 0.33. Web safe color of #8330ac is #993399. Color #8330ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 00110000 10101100
Octal 203 60 254
Decimal 131 48 172
Hex 83 30 AC

RGB Percentages of Color #8330ac

%37.32
%13.68
%49.00

CMYK Percentages of Color #8330ac

%24
%72
%0
%33

Triadic Colors of #8330ac

#8330ac #ac8330 #30ac83

Analogous Colors of #8330ac

#8330ac #ac3097 #4530ac

Monochromatic Colors of #8330ac

#8330ac

Complementary Color

#8330ac #59ac30

#8330ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8330ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8330ac Color CSS Codes

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

#8330ac Text Font Color

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

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


#8330ac Background Color

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

This div background color is #8330ac


#8330ac Border Color

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

This div border color is #8330ac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(131,48,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 #8330ac">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8330ac


Comments

No comments written yet.

Please login to write comment.