Color Hex Logo

#996fdb Color Hex

#996FDB
(153,111,219)
0 Favorites   0 Comments

Color spaces of #996fdb

RGB 153111219
HSL0.730.600.65
HSV263°49°86°
CMYK 0.300.490.00   0.14
XYZ31.607523.255769.8407
Yxy23.25570.25350.1865
Hunter Lab48.224232.6017-52.1099
CIE-Lab55.334738.9301-49.4920

#996fdb color RGB value is (153,111,219).

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

The process color (four color CMYK) of #996fdb color hex is 0.30, 0.49, 0.00, 0.14. Web safe color of #996fdb is #9966cc. Color #996fdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101111 11011011
Octal 231 157 333
Decimal 153 111 219
Hex 99 6F DB

RGB Percentages of Color #996fdb

%31.68
%22.98
%45.34

CMYK Percentages of Color #996fdb

%30
%49
%0
%14

Triadic Colors of #996fdb

#996fdb #db996f #6fdb99

Analogous Colors of #996fdb

#996fdb #cf6fdb #6f7bdb

Monochromatic Colors of #996fdb

#996fdb

Complementary Color

#996fdb #b1db6f

#996fdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996fdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#996fdb Color CSS Codes

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

#996fdb Text Font Color

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

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


#996fdb Background Color

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

This div background color is #996fdb


#996fdb Border Color

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

This div border color is #996fdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996fdb


Comments

No comments written yet.

Please login to write comment.