Color Hex Logo

#9579af Color Hex

#9579AF
(149,121,175)
0 Favorites   0 Comments

Color spaces of #9579af

RGB 149121175
HSL0.750.250.58
HSV271°31°69°
CMYK 0.150.310.00   0.31
XYZ26.969723.159543.6062
Yxy23.15950.28770.2471
Hunter Lab48.124315.8169-20.0366
CIE-Lab55.236221.5081-24.5999

#9579af color RGB value is (149,121,175).

#9579af hex color red value is 149, green value is 121 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9579af hue: 0.75 , saturation: 0.25 and the lightness value of 9579af is 0.58.

The process color (four color CMYK) of #9579af color hex is 0.15, 0.31, 0.00, 0.31. Web safe color of #9579af is #996699. Color #9579af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111001 10101111
Octal 225 171 257
Decimal 149 121 175
Hex 95 79 AF

RGB Percentages of Color #9579af

%33.48
%27.19
%39.33

CMYK Percentages of Color #9579af

%15
%31
%0
%31

Triadic Colors of #9579af

#9579af #af9579 #79af95

Analogous Colors of #9579af

#9579af #af79ae #7a79af

Monochromatic Colors of #9579af

#9579af

Complementary Color

#9579af #93af79

#9579af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9579af Color Preview on White Background

Lorem ipsum dolor sit amet.

#9579af Color CSS Codes

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

#9579af Text Font Color

<p style="color:#9579af">Text here</p>

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


#9579af Background Color

<div style="background-color:#9579af">
Div content here</div>

This div background color is #9579af


#9579af Border Color

<div style="border:3px solid #9579af">
Div here</div>

This div border color is #9579af


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,121,175, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9579af; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9579af;
  -webkit-box-shadow: 1px 1px 3px 2px #9579af;
  box-shadow:         1px 1px 3px 2px #9579af; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,121,175, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #9579af">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9579af


Comments

No comments written yet.

Please login to write comment.