Color Hex Logo

#8353ac Color Hex

#8353AC
(131,83,172)
0 Favorites   0 Comments

Color spaces of #8353ac

RGB 13183172
HSL0.760.350.50
HSV272°52°67°
CMYK 0.240.520.00   0.33
XYZ19.899713.990440.6813
Yxy13.99040.26690.1876
Hunter Lab37.403729.5098-38.3028
CIE-Lab44.219237.3318-40.2222

#8353ac color RGB value is (131,83,172).

#8353ac hex color red value is 131, green value is 83 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8353ac hue: 0.76 , saturation: 0.35 and the lightness value of 8353ac is 0.50.

The process color (four color CMYK) of #8353ac color hex is 0.24, 0.52, 0.00, 0.33. Web safe color of #8353ac is #996699. Color #8353ac contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10000011 01010011 10101100
Octal 203 123 254
Decimal 131 83 172
Hex 83 53 AC

RGB Percentages of Color #8353ac

%33.94
%21.50
%44.56

CMYK Percentages of Color #8353ac

%24
%52
%0
%33

Triadic Colors of #8353ac

#8353ac #ac8353 #53ac83

Analogous Colors of #8353ac

#8353ac #ac53a9 #5753ac

Monochromatic Colors of #8353ac

#8353ac

Complementary Color

#8353ac #7cac53

#8353ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8353ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8353ac Color CSS Codes

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

#8353ac Text Font Color

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

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


#8353ac Background Color

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

This div background color is #8353ac


#8353ac Border Color

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

This div border color is #8353ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8353ac


Comments

No comments written yet.

Please login to write comment.