Color Hex Logo

#9796cd Color Hex

#9796CD
(151,150,205)
0 Favorites   0 Comments

Color spaces of #9796cd

RGB 151150205
HSL0.670.350.70
HSV241°27°80°
CMYK 0.260.270.00   0.20
XYZ34.688332.799862.2603
Yxy32.79980.26740.2528
Hunter Lab57.27117.8905-24.3653
CIE-Lab63.998512.4942-28.0737

#9796cd color RGB value is (151,150,205).

#9796cd hex color red value is 151, green value is 150 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #9796cd hue: 0.67 , saturation: 0.35 and the lightness value of 9796cd is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10010111 10010110 11001101
Octal 227 226 315
Decimal 151 150 205
Hex 97 96 CD

RGB Percentages of Color #9796cd

%29.84
%29.64
%40.51

CMYK Percentages of Color #9796cd

%26
%27
%0
%20

Triadic Colors of #9796cd

#9796cd #cd9796 #96cd97

Analogous Colors of #9796cd

#9796cd #b396cd #96b1cd

Monochromatic Colors of #9796cd

#9796cd

Complementary Color

#9796cd #cccd96

#9796cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9796cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9796cd Color CSS Codes

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

#9796cd Text Font Color

<p style="color:#9796cd">Text here</p>

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


#9796cd Background Color

<div style="background-color:#9796cd">
Div content here</div>

This div background color is #9796cd


#9796cd Border Color

<div style="border:3px solid #9796cd">
Div here</div>

This div border color is #9796cd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(151,150,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9796cd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9796cd;
  -webkit-box-shadow: 1px 1px 3px 2px #9796cd;
  box-shadow:         1px 1px 3px 2px #9796cd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9796cd


Comments

No comments written yet.

Please login to write comment.