Color Hex Logo

#997acc Color Hex

#997ACC
(153,122,204)
0 Favorites   0 Comments

Color spaces of #997acc

RGB 153122204
HSL0.730.450.64
HSV263°40°80°
CMYK 0.250.400.00   0.20
XYZ30.995525.051060.3284
Yxy25.05100.26630.2153
Hunter Lab50.051022.9520-36.4289
CIE-Lab57.125128.9628-38.1894

#997acc color RGB value is (153,122,204).

#997acc hex color red value is 153, green value is 122 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #997acc hue: 0.73 , saturation: 0.45 and the lightness value of 997acc is 0.64.

The process color (four color CMYK) of #997acc color hex is 0.25, 0.40, 0.00, 0.20. Web safe color of #997acc is #9966cc. Color #997acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01111010 11001100
Octal 231 172 314
Decimal 153 122 204
Hex 99 7A CC

RGB Percentages of Color #997acc

%31.94
%25.47
%42.59

CMYK Percentages of Color #997acc

%25
%40
%0
%20

Triadic Colors of #997acc

#997acc #cc997a #7acc99

Analogous Colors of #997acc

#997acc #c27acc #7a84cc

Monochromatic Colors of #997acc

#997acc

Complementary Color

#997acc #adcc7a

#997acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#997acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#997acc Color CSS Codes

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

#997acc Text Font Color

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

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


#997acc Background Color

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

This div background color is #997acc


#997acc Border Color

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

This div border color is #997acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #997acc


Comments

No comments written yet.

Please login to write comment.