Color Hex Logo

#9083ac Color Hex

#9083AC
(144,131,172)
0 Favorites   0 Comments

Color spaces of #9083ac

RGB 144131172
HSL0.720.200.59
HSV259°24°67°
CMYK 0.160.240.00   0.33
XYZ27.064325.140442.4559
Yxy25.14040.28590.2656
Hunter Lab50.14028.6040-15.1053
CIE-Lab57.212013.3758-19.8856

#9083ac color RGB value is (144,131,172).

#9083ac hex color red value is 144, green value is 131 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #9083ac hue: 0.72 , saturation: 0.20 and the lightness value of 9083ac is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10010000 10000011 10101100
Octal 220 203 254
Decimal 144 131 172
Hex 90 83 AC

RGB Percentages of Color #9083ac

%32.21
%29.31
%38.48

CMYK Percentages of Color #9083ac

%16
%24
%0
%33

Triadic Colors of #9083ac

#9083ac #ac9083 #83ac90

Analogous Colors of #9083ac

#9083ac #a583ac #838bac

Monochromatic Colors of #9083ac

#9083ac

Complementary Color

#9083ac #9fac83

#9083ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9083ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#9083ac Color CSS Codes

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

#9083ac Text Font Color

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

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


#9083ac Background Color

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

This div background color is #9083ac


#9083ac Border Color

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

This div border color is #9083ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9083ac


Comments

No comments written yet.

Please login to write comment.