Color Hex Logo

#8975ac Color Hex

#8975AC
(137,117,172)
0 Favorites   0 Comments

Color spaces of #8975ac

RGB 137117172
HSL0.730.250.57
HSV262°32°67°
CMYK 0.200.320.00   0.33
XYZ24.124221.019541.8154
Yxy21.01950.27740.2417
Hunter Lab45.847013.6924-21.9833
CIE-Lab52.970819.2856-26.4594

#8975ac color RGB value is (137,117,172).

#8975ac hex color red value is 137, green value is 117 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #8975ac hue: 0.73 , saturation: 0.25 and the lightness value of 8975ac is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10001001 01110101 10101100
Octal 211 165 254
Decimal 137 117 172
Hex 89 75 AC

RGB Percentages of Color #8975ac

%32.16
%27.46
%40.38

CMYK Percentages of Color #8975ac

%20
%32
%0
%33

Triadic Colors of #8975ac

#8975ac #ac8975 #75ac89

Analogous Colors of #8975ac

#8975ac #a575ac #757dac

Monochromatic Colors of #8975ac

#8975ac

Complementary Color

#8975ac #98ac75

#8975ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8975ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#8975ac Color CSS Codes

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

#8975ac Text Font Color

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

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


#8975ac Background Color

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

This div background color is #8975ac


#8975ac Border Color

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

This div border color is #8975ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8975ac


Comments

No comments written yet.

Please login to write comment.