Color Hex Logo

#8373ac Color Hex

#8373AC
(131,115,172)
0 Favorites   0 Comments

Color spaces of #8373ac

RGB 131115172
HSL0.710.260.56
HSV257°33°67°
CMYK 0.240.330.00   0.33
XYZ22.937220.065341.6938
Yxy20.06530.27080.2369
Hunter Lab44.794313.0120-23.8301
CIE-Lab51.911018.5743-28.1457

#8373ac color RGB value is (131,115,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10000011 01110011 10101100
Octal 203 163 254
Decimal 131 115 172
Hex 83 73 AC

RGB Percentages of Color #8373ac

%31.34
%27.51
%41.15

CMYK Percentages of Color #8373ac

%24
%33
%0
%33

Triadic Colors of #8373ac

#8373ac #ac8373 #73ac83

Analogous Colors of #8373ac

#8373ac #a073ac #7380ac

Monochromatic Colors of #8373ac

#8373ac

Complementary Color

#8373ac #9cac73

#8373ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8373ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8373ac Color CSS Codes

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

#8373ac Text Font Color

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

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


#8373ac Background Color

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

This div background color is #8373ac


#8373ac Border Color

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

This div border color is #8373ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8373ac


Comments

No comments written yet.

Please login to write comment.