Color Hex Logo

#917eab Color Hex

#917EAB
(145,126,171)
0 Favorites   0 Comments

Color spaces of #917eab

RGB 145126171
HSL0.740.210.58
HSV265°26°67°
CMYK 0.150.260.00   0.33
XYZ26.488623.881741.7416
Yxy23.88170.28760.2593
Hunter Lab48.868911.2325-16.4346
CIE-Lab55.969216.3836-21.2043

#917eab color RGB value is (145,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010001 01111110 10101011
Octal 221 176 253
Decimal 145 126 171
Hex 91 7E AB

RGB Percentages of Color #917eab

%32.81
%28.51
%38.69

CMYK Percentages of Color #917eab

%15
%26
%0
%33

Triadic Colors of #917eab

#917eab #ab917e #7eab91

Analogous Colors of #917eab

#917eab #a87eab #7e82ab

Monochromatic Colors of #917eab

#917eab

Complementary Color

#917eab #98ab7e

#917eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#917eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#917eab Color CSS Codes

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

#917eab Text Font Color

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

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


#917eab Background Color

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

This div background color is #917eab


#917eab Border Color

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

This div border color is #917eab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #917eab


Comments

No comments written yet.

Please login to write comment.