Color Hex Logo

#957aad Color Hex

#957AAD
(149,122,173)
0 Favorites   0 Comments

Color spaces of #957aad

RGB 149122173
HSL0.750.240.58
HSV272°29°68°
CMYK 0.140.290.00   0.32
XYZ26.896823.325842.6199
Yxy23.32580.28970.2512
Hunter Lab48.296814.8884-18.5132
CIE-Lab55.406420.4786-23.1867

#957aad color RGB value is (149,122,173).

#957aad hex color red value is 149, green value is 122 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #957aad hue: 0.75 , saturation: 0.24 and the lightness value of 957aad is 0.58.

The process color (four color CMYK) of #957aad color hex is 0.14, 0.29, 0.00, 0.32. Web safe color of #957aad is #996699. Color #957aad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 01111010 10101101
Octal 225 172 255
Decimal 149 122 173
Hex 95 7A AD

RGB Percentages of Color #957aad

%33.56
%27.48
%38.96

CMYK Percentages of Color #957aad

%14
%29
%0
%32

Triadic Colors of #957aad

#957aad #ad957a #7aad95

Analogous Colors of #957aad

#957aad #ad7aac #7c7aad

Monochromatic Colors of #957aad

#957aad

Complementary Color

#957aad #92ad7a

#957aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#957aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#957aad Color CSS Codes

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

#957aad Text Font Color

<p style="color:#957aad">Text here</p>

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


#957aad Background Color

<div style="background-color:#957aad">
Div content here</div>

This div background color is #957aad


#957aad Border Color

<div style="border:3px solid #957aad">
Div here</div>

This div border color is #957aad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,122,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #957aad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #957aad;
  -webkit-box-shadow: 1px 1px 3px 2px #957aad;
  box-shadow:         1px 1px 3px 2px #957aad; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #957aad


Comments

No comments written yet.

Please login to write comment.