Color Hex Logo

#996fdd Color Hex

#996FDD
(153,111,221)
0 Favorites   0 Comments

Color spaces of #996fdd

RGB 153111221
HSL0.730.620.65
HSV263°50°87°
CMYK 0.310.500.00   0.13
XYZ31.872523.361671.2360
Yxy23.36160.25200.1847
Hunter Lab48.333833.1230-53.5499
CIE-Lab55.442939.4295-50.4467

#996fdd color RGB value is (153,111,221).

#996fdd hex color red value is 153, green value is 111 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #996fdd hue: 0.73 , saturation: 0.62 and the lightness value of 996fdd is 0.65.

The process color (four color CMYK) of #996fdd color hex is 0.31, 0.50, 0.00, 0.13. Web safe color of #996fdd is #9966cc. Color #996fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101111 11011101
Octal 231 157 335
Decimal 153 111 221
Hex 99 6F DD

RGB Percentages of Color #996fdd

%31.55
%22.89
%45.57

CMYK Percentages of Color #996fdd

%31
%50
%0
%13

Triadic Colors of #996fdd

#996fdd #dd996f #6fdd99

Analogous Colors of #996fdd

#996fdd #d06fdd #6f7cdd

Monochromatic Colors of #996fdd

#996fdd

Complementary Color

#996fdd #b3dd6f

#996fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#996fdd Color CSS Codes

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

#996fdd Text Font Color

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

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


#996fdd Background Color

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

This div background color is #996fdd


#996fdd Border Color

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

This div border color is #996fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996fdd


Comments

No comments written yet.

Please login to write comment.