Color Hex Logo

#996dcd Color Hex

#996DCD
(153,109,205)
0 Favorites   0 Comments

Color spaces of #996dcd

RGB 153109205
HSL0.740.490.62
HSV268°47°80°
CMYK 0.250.470.00   0.20
XYZ29.625022.117460.4653
Yxy22.11740.26400.1971
Hunter Lab47.029130.1413-43.3087
CIE-Lab54.151336.6315-43.4407

#996dcd color RGB value is (153,109,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101101 11001101
Octal 231 155 315
Decimal 153 109 205
Hex 99 6D CD

RGB Percentages of Color #996dcd

%32.76
%23.34
%43.90

CMYK Percentages of Color #996dcd

%25
%47
%0
%20

Triadic Colors of #996dcd

#996dcd #cd996d #6dcd99

Analogous Colors of #996dcd

#996dcd #c96dcd #6d71cd

Monochromatic Colors of #996dcd

#996dcd

Complementary Color

#996dcd #a1cd6d

#996dcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996dcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#996dcd Color CSS Codes

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

#996dcd Text Font Color

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

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


#996dcd Background Color

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

This div background color is #996dcd


#996dcd Border Color

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

This div border color is #996dcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996dcd


Comments

No comments written yet.

Please login to write comment.