Color Hex Logo

#917aae Color Hex

#917AAE
(145,122,174)
0 Favorites   0 Comments

Color spaces of #917aae

RGB 145122174
HSL0.740.240.58
HSV267°30°68°
CMYK 0.170.300.00   0.32
XYZ26.276622.994843.0979
Yxy22.99480.28450.2489
Hunter Lab47.952913.8945-19.7202
CIE-Lab55.067019.3987-24.3167

#917aae color RGB value is (145,122,174).

#917aae hex color red value is 145, green value is 122 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #917aae hue: 0.74 , saturation: 0.24 and the lightness value of 917aae is 0.58.

The process color (four color CMYK) of #917aae color hex is 0.17, 0.30, 0.00, 0.32. Web safe color of #917aae is #996699. Color #917aae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111010 10101110
Octal 221 172 256
Decimal 145 122 174
Hex 91 7A AE

RGB Percentages of Color #917aae

%32.88
%27.66
%39.46

CMYK Percentages of Color #917aae

%17
%30
%0
%32

Triadic Colors of #917aae

#917aae #ae917a #7aae91

Analogous Colors of #917aae

#917aae #ab7aae #7a7dae

Monochromatic Colors of #917aae

#917aae

Complementary Color

#917aae #97ae7a

#917aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#917aae Color CSS Codes

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

#917aae Text Font Color

<p style="color:#917aae">Text here</p>

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


#917aae Background Color

<div style="background-color:#917aae">
Div content here</div>

This div background color is #917aae


#917aae Border Color

<div style="border:3px solid #917aae">
Div here</div>

This div border color is #917aae


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(145,122,174, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #917aae; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #917aae;
  -webkit-box-shadow: 1px 1px 3px 2px #917aae;
  box-shadow:         1px 1px 3px 2px #917aae; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917aae


Comments

No comments written yet.

Please login to write comment.