Color Hex Logo

#9699ed Color Hex

#9699ED
(150,153,237)
0 Favorites   0 Comments

Color spaces of #9699ed

RGB 150153237
HSL0.660.710.76
HSV238°37°93°
CMYK 0.370.350.00   0.07
XYZ39.255035.380984.8810
Yxy35.38090.24610.2218
Hunter Lab59.481813.7077-42.9699
CIE-Lab66.044118.7150-42.6133

#9699ed color RGB value is (150,153,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 10011001 11101101
Octal 226 231 355
Decimal 150 153 237
Hex 96 99 ED

RGB Percentages of Color #9699ed

%27.78
%28.33
%43.89

CMYK Percentages of Color #9699ed

%37
%35
%0
%7

Triadic Colors of #9699ed

#9699ed #ed9699 #99ed96

Analogous Colors of #9699ed

#9699ed #bf96ed #96c5ed

Monochromatic Colors of #9699ed

#9699ed

Complementary Color

#9699ed #edea96

#9699ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9699ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#9699ed Color CSS Codes

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

#9699ed Text Font Color

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

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


#9699ed Background Color

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

This div background color is #9699ed


#9699ed Border Color

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

This div border color is #9699ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9699ed


Comments

No comments written yet.

Please login to write comment.