Color Hex Logo

#937aad Color Hex

#937AAD
(147,122,173)
0 Favorites   0 Comments

Color spaces of #937aad

RGB 147122173
HSL0.750.240.58
HSV269°29°68°
CMYK 0.150.290.00   0.32
XYZ26.535023.139242.6029
Yxy23.13920.28760.2508
Hunter Lab48.103214.2846-18.8383
CIE-Lab55.215419.8230-23.4964

#937aad color RGB value is (147,122,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010011 01111010 10101101
Octal 223 172 255
Decimal 147 122 173
Hex 93 7A AD

RGB Percentages of Color #937aad

%33.26
%27.60
%39.14

CMYK Percentages of Color #937aad

%15
%29
%0
%32

Triadic Colors of #937aad

#937aad #ad937a #7aad93

Analogous Colors of #937aad

#937aad #ad7aad #7a7bad

Monochromatic Colors of #937aad

#937aad

Complementary Color

#937aad #94ad7a

#937aad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#937aad Color Preview on White Background

Lorem ipsum dolor sit amet.

#937aad Color CSS Codes

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

#937aad Text Font Color

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

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


#937aad Background Color

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

This div background color is #937aad


#937aad Border Color

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

This div border color is #937aad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(147,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 #937aad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #937aad


Comments

No comments written yet.

Please login to write comment.