Color Hex Logo

#997fae Color Hex

#997FAE
(153,127,174)
0 Favorites   0 Comments

Color spaces of #997fae

RGB 153127174
HSL0.760.220.59
HSV273°27°68°
CMYK 0.120.270.00   0.32
XYZ28.366225.007043.3762
Yxy25.00700.29320.2585
Hunter Lab50.007013.7409-16.4234
CIE-Lab57.082219.1271-21.1575

#997fae color RGB value is (153,127,174).

#997fae hex color red value is 153, green value is 127 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #997fae hue: 0.76 , saturation: 0.22 and the lightness value of 997fae is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111111 10101110
Octal 231 177 256
Decimal 153 127 174
Hex 99 7F AE

RGB Percentages of Color #997fae

%33.70
%27.97
%38.33

CMYK Percentages of Color #997fae

%12
%27
%0
%32

Triadic Colors of #997fae

#997fae #ae997f #7fae99

Analogous Colors of #997fae

#997fae #ae7fac #827fae

Monochromatic Colors of #997fae

#997fae

Complementary Color

#997fae #94ae7f

#997fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#997fae Color CSS Codes

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

#997fae Text Font Color

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

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


#997fae Background Color

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

This div background color is #997fae


#997fae Border Color

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

This div border color is #997fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997fae


Comments

No comments written yet.

Please login to write comment.