Color Hex Logo

#9897cc Color Hex

#9897CC
(152,151,204)
0 Favorites   0 Comments

Color spaces of #9897cc

RGB 152151204
HSL0.670.340.70
HSV241°26°80°
CMYK 0.250.260.00   0.20
XYZ34.914633.168361.6887
Yxy33.16830.26900.2556
Hunter Lab57.59197.4282-23.1932
CIE-Lab64.297011.9830-27.0496

#9897cc color RGB value is (152,151,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011000 10010111 11001100
Octal 230 227 314
Decimal 152 151 204
Hex 98 97 CC

RGB Percentages of Color #9897cc

%29.98
%29.78
%40.24

CMYK Percentages of Color #9897cc

%25
%26
%0
%20

Triadic Colors of #9897cc

#9897cc #cc9897 #97cc98

Analogous Colors of #9897cc

#9897cc #b397cc #97b1cc

Monochromatic Colors of #9897cc

#9897cc

Complementary Color

#9897cc #cbcc97

#9897cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9897cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9897cc Color CSS Codes

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

#9897cc Text Font Color

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

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


#9897cc Background Color

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

This div background color is #9897cc


#9897cc Border Color

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

This div border color is #9897cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9897cc


Comments

No comments written yet.

Please login to write comment.