Color Hex Logo

#927cad Color Hex

#927CAD
(146,124,173)
0 Favorites   0 Comments

Color spaces of #927cad

RGB 146124173
HSL0.740.230.58
HSV267°28°68°
CMYK 0.160.280.00   0.32
XYZ26.604523.543442.6773
Yxy23.54340.28660.2536
Hunter Lab48.521512.9594-18.1837
CIE-Lab55.627718.3310-22.8707

#927cad color RGB value is (146,124,173).

#927cad hex color red value is 146, green value is 124 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #927cad hue: 0.74 , saturation: 0.23 and the lightness value of 927cad is 0.58.

The process color (four color CMYK) of #927cad color hex is 0.16, 0.28, 0.00, 0.32. Web safe color of #927cad is #996699. Color #927cad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010010 01111100 10101101
Octal 222 174 255
Decimal 146 124 173
Hex 92 7C AD

RGB Percentages of Color #927cad

%32.96
%27.99
%39.05

CMYK Percentages of Color #927cad

%16
%28
%0
%32

Triadic Colors of #927cad

#927cad #ad927c #7cad92

Analogous Colors of #927cad

#927cad #ab7cad #7c7fad

Monochromatic Colors of #927cad

#927cad

Complementary Color

#927cad #97ad7c

#927cad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#927cad Color Preview on White Background

Lorem ipsum dolor sit amet.

#927cad Color CSS Codes

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

#927cad Text Font Color

<p style="color:#927cad">Text here</p>

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


#927cad Background Color

<div style="background-color:#927cad">
Div content here</div>

This div background color is #927cad


#927cad Border Color

<div style="border:3px solid #927cad">
Div here</div>

This div border color is #927cad


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(146,124,173, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #927cad; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #927cad;
  -webkit-box-shadow: 1px 1px 3px 2px #927cad;
  box-shadow:         1px 1px 3px 2px #927cad; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(146,124,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 #927cad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #927cad


Comments

No comments written yet.

Please login to write comment.