Color Hex Logo

#917caa Color Hex

#917CAA
(145,124,170)
0 Favorites   0 Comments

Color spaces of #917caa

RGB 145124170
HSL0.740.210.58
HSV267°27°67°
CMYK 0.150.270.00   0.33
XYZ26.140423.337341.1570
Yxy23.33730.28840.2575
Hunter Lab48.308712.0482-16.6965
CIE-Lab55.418117.3216-21.4730

#917caa color RGB value is (145,124,170).

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

The process color (four color CMYK) of #917caa color hex is 0.15, 0.27, 0.00, 0.33. Web safe color of #917caa is #996699. Color #917caa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111100 10101010
Octal 221 174 252
Decimal 145 124 170
Hex 91 7C AA

RGB Percentages of Color #917caa

%33.03
%28.25
%38.72

CMYK Percentages of Color #917caa

%15
%27
%0
%33

Triadic Colors of #917caa

#917caa #aa917c #7caa91

Analogous Colors of #917caa

#917caa #a87caa #7c7eaa

Monochromatic Colors of #917caa

#917caa

Complementary Color

#917caa #95aa7c

#917caa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917caa Color Preview on White Background

Lorem ipsum dolor sit amet.

#917caa Color CSS Codes

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

#917caa Text Font Color

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

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


#917caa Background Color

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

This div background color is #917caa


#917caa Border Color

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

This div border color is #917caa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917caa


Comments

No comments written yet.

Please login to write comment.