Color Hex Logo

#9976cb Color Hex

#9976CB
(153,118,203)
0 Favorites   0 Comments

Color spaces of #9976cb

RGB 153118203
HSL0.740.450.63
HSV265°42°80°
CMYK 0.250.420.00   0.20
XYZ30.394824.041059.5383
Yxy24.04100.26670.2109
Hunter Lab49.031624.8472-37.6727
CIE-Lab56.128831.0192-39.1868

#9976cb color RGB value is (153,118,203).

#9976cb hex color red value is 153, green value is 118 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #9976cb hue: 0.74 , saturation: 0.45 and the lightness value of 9976cb is 0.63.

The process color (four color CMYK) of #9976cb color hex is 0.25, 0.42, 0.00, 0.20. Web safe color of #9976cb is #9966cc. Color #9976cb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01110110 11001011
Octal 231 166 313
Decimal 153 118 203
Hex 99 76 CB

RGB Percentages of Color #9976cb

%32.28
%24.89
%42.83

CMYK Percentages of Color #9976cb

%25
%42
%0
%20

Triadic Colors of #9976cb

#9976cb #cb9976 #76cb99

Analogous Colors of #9976cb

#9976cb #c476cb #767ecb

Monochromatic Colors of #9976cb

#9976cb

Complementary Color

#9976cb #a8cb76

#9976cb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9976cb Color Preview on White Background

Lorem ipsum dolor sit amet.

#9976cb Color CSS Codes

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

#9976cb Text Font Color

<p style="color:#9976cb">Text here</p>

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


#9976cb Background Color

<div style="background-color:#9976cb">
Div content here</div>

This div background color is #9976cb


#9976cb Border Color

<div style="border:3px solid #9976cb">
Div here</div>

This div border color is #9976cb


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,118,203, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9976cb; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9976cb;
  -webkit-box-shadow: 1px 1px 3px 2px #9976cb;
  box-shadow:         1px 1px 3px 2px #9976cb; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,118,203, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9976cb


Comments

No comments written yet.

Please login to write comment.