Color Hex Logo

#997dac Color Hex

#997DAC
(153,125,172)
0 Favorites   0 Comments

Color spaces of #997dac

RGB 153125172
HSL0.770.220.58
HSV276°27°67°
CMYK 0.110.270.00   0.33
XYZ27.916924.418142.2715
Yxy24.41810.29510.2581
Hunter Lab49.414714.3682-16.1290
CIE-Lab56.504019.8460-20.8944

#997dac color RGB value is (153,125,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111101 10101100
Octal 231 175 254
Decimal 153 125 172
Hex 99 7D AC

RGB Percentages of Color #997dac

%34.00
%27.78
%38.22

CMYK Percentages of Color #997dac

%11
%27
%0
%33

Triadic Colors of #997dac

#997dac #ac997d #7dac99

Analogous Colors of #997dac

#997dac #ac7da8 #827dac

Monochromatic Colors of #997dac

#997dac

Complementary Color

#997dac #90ac7d

#997dac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997dac Color Preview on White Background

Lorem ipsum dolor sit amet.

#997dac Color CSS Codes

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

#997dac Text Font Color

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

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


#997dac Background Color

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

This div background color is #997dac


#997dac Border Color

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

This div border color is #997dac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,125,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997dac


Comments

No comments written yet.

Please login to write comment.