Color Hex Logo

#996fdc Color Hex

#996FDC
(153,111,220)
0 Favorites   0 Comments

Color spaces of #996fdc

RGB 153111220
HSL0.730.610.65
HSV263°50°86°
CMYK 0.300.500.00   0.14
XYZ31.739623.308570.5363
Yxy23.30850.25270.1856
Hunter Lab48.278932.8618-52.8285
CIE-Lab55.388739.1795-49.9697

#996fdc color RGB value is (153,111,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101111 11011100
Octal 231 157 334
Decimal 153 111 220
Hex 99 6F DC

RGB Percentages of Color #996fdc

%31.61
%22.93
%45.45

CMYK Percentages of Color #996fdc

%30
%50
%0
%14

Triadic Colors of #996fdc

#996fdc #dc996f #6fdc99

Analogous Colors of #996fdc

#996fdc #d06fdc #6f7cdc

Monochromatic Colors of #996fdc

#996fdc

Complementary Color

#996fdc #b2dc6f

#996fdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996fdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#996fdc Color CSS Codes

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

#996fdc Text Font Color

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

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


#996fdc Background Color

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

This div background color is #996fdc


#996fdc Border Color

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

This div border color is #996fdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996fdc


Comments

No comments written yet.

Please login to write comment.