Color Hex Logo

#9597ed Color Hex

#9597ED
(149,151,237)
0 Favorites   0 Comments

Color spaces of #9597ed

RGB 149151237
HSL0.660.710.76
HSV239°37°93°
CMYK 0.370.360.00   0.07
XYZ38.747134.637284.7642
Yxy34.63720.24500.2190
Hunter Lab58.853414.5250-44.1957
CIE-Lab65.465219.5975-43.5270

#9597ed color RGB value is (149,151,237).

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

The process color (four color CMYK) of #9597ed color hex is 0.37, 0.36, 0.00, 0.07. Web safe color of #9597ed is #9999ff. Color #9597ed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010101 10010111 11101101
Octal 225 227 355
Decimal 149 151 237
Hex 95 97 ED

RGB Percentages of Color #9597ed

%27.75
%28.12
%44.13

CMYK Percentages of Color #9597ed

%37
%36
%0
%7

Triadic Colors of #9597ed

#9597ed #ed9597 #97ed95

Analogous Colors of #9597ed

#9597ed #bf95ed #95c3ed

Monochromatic Colors of #9597ed

#9597ed

Complementary Color

#9597ed #edeb95

#9597ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9597ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9597ed Color CSS Codes

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

#9597ed Text Font Color

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

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


#9597ed Background Color

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

This div background color is #9597ed


#9597ed Border Color

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

This div border color is #9597ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9597ed


Comments

No comments written yet.

Please login to write comment.