Color Hex Logo

#917eaa Color Hex

#917EAA
(145,126,170)
0 Favorites   0 Comments

Color spaces of #917eaa

RGB 145126170
HSL0.740.210.58
HSV266°26°67°
CMYK 0.150.260.00   0.33
XYZ26.393623.843741.2414
Yxy23.84370.28850.2606
Hunter Lab48.830011.0303-15.8948
CIE-Lab55.931016.1573-20.6875

#917eaa color RGB value is (145,126,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111110 10101010
Octal 221 176 252
Decimal 145 126 170
Hex 91 7E AA

RGB Percentages of Color #917eaa

%32.88
%28.57
%38.55

CMYK Percentages of Color #917eaa

%15
%26
%0
%33

Triadic Colors of #917eaa

#917eaa #aa917e #7eaa91

Analogous Colors of #917eaa

#917eaa #a77eaa #7e81aa

Monochromatic Colors of #917eaa

#917eaa

Complementary Color

#917eaa #97aa7e

#917eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#917eaa Color CSS Codes

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

#917eaa Text Font Color

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

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


#917eaa Background Color

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

This div background color is #917eaa


#917eaa Border Color

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

This div border color is #917eaa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(145,126,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 #917eaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917eaa


Comments

No comments written yet.

Please login to write comment.