Color Hex Logo

#997eab Color Hex

#997EAB
(153,126,171)
0 Favorites   0 Comments

Color spaces of #997eab

RGB 153126171
HSL0.770.210.58
HSV276°26°67°
CMYK 0.110.260.00   0.33
XYZ27.948424.634341.8099
Yxy24.63430.29610.2610
Hunter Lab49.633013.6560-15.2018
CIE-Lab56.717419.0513-19.9935

#997eab color RGB value is (153,126,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111110 10101011
Octal 231 176 253
Decimal 153 126 171
Hex 99 7E AB

RGB Percentages of Color #997eab

%34.00
%28.00
%38.00

CMYK Percentages of Color #997eab

%11
%26
%0
%33

Triadic Colors of #997eab

#997eab #ab997e #7eab99

Analogous Colors of #997eab

#997eab #ab7ea7 #837eab

Monochromatic Colors of #997eab

#997eab

Complementary Color

#997eab #90ab7e

#997eab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997eab Color Preview on White Background

Lorem ipsum dolor sit amet.

#997eab Color CSS Codes

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

#997eab Text Font Color

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

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


#997eab Background Color

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

This div background color is #997eab


#997eab Border Color

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

This div border color is #997eab


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,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 #997eab">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997eab


Comments

No comments written yet.

Please login to write comment.