Color Hex Logo

#9997cc Color Hex

#9997CC
(153,151,204)
0 Favorites   0 Comments

Color spaces of #9997cc

RGB 153151204
HSL0.670.340.70
HSV242°26°80°
CMYK 0.250.260.00   0.20
XYZ35.102633.265261.6975
Yxy33.26520.26990.2558
Hunter Lab57.67607.7052-23.0509
CIE-Lab64.375112.2879-26.9227

#9997cc color RGB value is (153,151,204).

#9997cc hex color red value is 153, green value is 151 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #9997cc hue: 0.67 , saturation: 0.34 and the lightness value of 9997cc is 0.70.

The process color (four color CMYK) of #9997cc color hex is 0.25, 0.26, 0.00, 0.20. Web safe color of #9997cc is #9999cc. Color #9997cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 10010111 11001100
Octal 231 227 314
Decimal 153 151 204
Hex 99 97 CC

RGB Percentages of Color #9997cc

%30.12
%29.72
%40.16

CMYK Percentages of Color #9997cc

%25
%26
%0
%20

Triadic Colors of #9997cc

#9997cc #cc9997 #97cc99

Analogous Colors of #9997cc

#9997cc #b497cc #97b0cc

Monochromatic Colors of #9997cc

#9997cc

Complementary Color

#9997cc #cacc97

#9997cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9997cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9997cc Color CSS Codes

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

#9997cc Text Font Color

<p style="color:#9997cc">Text here</p>

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


#9997cc Background Color

<div style="background-color:#9997cc">
Div content here</div>

This div background color is #9997cc


#9997cc Border Color

<div style="border:3px solid #9997cc">
Div here</div>

This div border color is #9997cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9997cc


Comments

No comments written yet.

Please login to write comment.