Color Hex Logo

#996dcc Color Hex

#996DCC
(153,109,204)
0 Favorites   0 Comments

Color spaces of #996dcc

RGB 153109204
HSL0.740.480.61
HSV268°47°80°
CMYK 0.250.470.00   0.20
XYZ29.504622.069259.8315
Yxy22.06920.26480.1981
Hunter Lab46.977929.8962-42.6279
CIE-Lab54.100336.3915-42.9522

#996dcc color RGB value is (153,109,204).

#996dcc hex color red value is 153, green value is 109 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #996dcc hue: 0.74 , saturation: 0.48 and the lightness value of 996dcc is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101101 11001100
Octal 231 155 314
Decimal 153 109 204
Hex 99 6D CC

RGB Percentages of Color #996dcc

%32.83
%23.39
%43.78

CMYK Percentages of Color #996dcc

%25
%47
%0
%20

Triadic Colors of #996dcc

#996dcc #cc996d #6dcc99

Analogous Colors of #996dcc

#996dcc #c96dcc #6d71cc

Monochromatic Colors of #996dcc

#996dcc

Complementary Color

#996dcc #a0cc6d

#996dcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996dcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#996dcc Color CSS Codes

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

#996dcc Text Font Color

<p style="color:#996dcc">Text here</p>

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


#996dcc Background Color

<div style="background-color:#996dcc">
Div content here</div>

This div background color is #996dcc


#996dcc Border Color

<div style="border:3px solid #996dcc">
Div here</div>

This div border color is #996dcc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(153,109,204, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #996dcc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #996dcc;
  -webkit-box-shadow: 1px 1px 3px 2px #996dcc;
  box-shadow:         1px 1px 3px 2px #996dcc; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996dcc


Comments

No comments written yet.

Please login to write comment.