Color Hex Logo

#9597de Color Hex

#9597DE
(149,151,222)
0 Favorites   0 Comments

Color spaces of #9597de

RGB 149151222
HSL0.660.530.73
HSV238°33°87°
CMYK 0.330.320.00   0.13
XYZ36.645933.796773.6992
Yxy33.79670.25420.2345
Hunter Lab58.134910.7830-34.4691
CIE-Lab64.800915.6345-36.2907

#9597de color RGB value is (149,151,222).

#9597de hex color red value is 149, green value is 151 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #9597de hue: 0.66 , saturation: 0.53 and the lightness value of 9597de is 0.73.

The process color (four color CMYK) of #9597de color hex is 0.33, 0.32, 0.00, 0.13. Web safe color of #9597de is #9999cc. Color #9597de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010111 11011110
Octal 225 227 336
Decimal 149 151 222
Hex 95 97 DE

RGB Percentages of Color #9597de

%28.54
%28.93
%42.53

CMYK Percentages of Color #9597de

%33
%32
%0
%13

Triadic Colors of #9597de

#9597de #de9597 #97de95

Analogous Colors of #9597de

#9597de #b895de #95bcde

Monochromatic Colors of #9597de

#9597de

Complementary Color

#9597de #dedc95

#9597de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9597de Color Preview on White Background

Lorem ipsum dolor sit amet.

#9597de Color CSS Codes

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

#9597de Text Font Color

<p style="color:#9597de">Text here</p>

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


#9597de Background Color

<div style="background-color:#9597de">
Div content here</div>

This div background color is #9597de


#9597de Border Color

<div style="border:3px solid #9597de">
Div here</div>

This div border color is #9597de


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(149,151,222, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9597de; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9597de;
  -webkit-box-shadow: 1px 1px 3px 2px #9597de;
  box-shadow:         1px 1px 3px 2px #9597de; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(149,151,222, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9597de


Comments

No comments written yet.

Please login to write comment.