Color Hex Logo

#8358ac Color Hex

#8358AC
(131,88,172)
0 Favorites   0 Comments

Color spaces of #8358ac

RGB 13188172
HSL0.750.340.51
HSV271°49°67°
CMYK 0.240.490.00   0.33
XYZ20.296214.783340.8135
Yxy14.78330.26740.1948
Hunter Lab38.449126.9394-36.0217
CIE-Lab45.336034.4770-38.4526

#8358ac color RGB value is (131,88,172).

#8358ac hex color red value is 131, green value is 88 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8358ac hue: 0.75 , saturation: 0.34 and the lightness value of 8358ac is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01011000 10101100
Octal 203 130 254
Decimal 131 88 172
Hex 83 58 AC

RGB Percentages of Color #8358ac

%33.50
%22.51
%43.99

CMYK Percentages of Color #8358ac

%24
%49
%0
%33

Triadic Colors of #8358ac

#8358ac #ac8358 #58ac83

Analogous Colors of #8358ac

#8358ac #ac58ab #5958ac

Monochromatic Colors of #8358ac

#8358ac

Complementary Color

#8358ac #81ac58

#8358ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8358ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8358ac Color CSS Codes

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

#8358ac Text Font Color

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

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


#8358ac Background Color

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

This div background color is #8358ac


#8358ac Border Color

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

This div border color is #8358ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8358ac


Comments

No comments written yet.

Please login to write comment.