Color Hex Logo

#997aae Color Hex

#997AAE
(153,122,174)
0 Favorites   0 Comments

Color spaces of #997aae

RGB 153122174
HSL0.770.240.58
HSV276°30°68°
CMYK 0.120.300.00   0.32
XYZ27.736423.747443.1662
Yxy23.74740.29300.2509
Hunter Lab48.731316.3171-18.4072
CIE-Lab55.834022.0161-23.0718

#997aae color RGB value is (153,122,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 10101110
Octal 231 172 256
Decimal 153 122 174
Hex 99 7A AE

RGB Percentages of Color #997aae

%34.08
%27.17
%38.75

CMYK Percentages of Color #997aae

%12
%30
%0
%32

Triadic Colors of #997aae

#997aae #ae997a #7aae99

Analogous Colors of #997aae

#997aae #ae7aa9 #7f7aae

Monochromatic Colors of #997aae

#997aae

Complementary Color

#997aae #8fae7a

#997aae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997aae Color Preview on White Background

Lorem ipsum dolor sit amet.

#997aae Color CSS Codes

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

#997aae Text Font Color

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

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


#997aae Background Color

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

This div background color is #997aae


#997aae Border Color

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

This div border color is #997aae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997aae


Comments

No comments written yet.

Please login to write comment.