Color Hex Logo

#996ade Color Hex

#996ADE
(153,106,222)
0 Favorites   0 Comments

Color spaces of #996ade

RGB 153106222
HSL0.730.640.64
HSV264°52°87°
CMYK 0.310.520.00   0.13
XYZ31.475722.354371.7631
Yxy22.35430.25060.1780
Hunter Lab47.280336.0913-56.8954
CIE-Lab54.400942.4731-52.6703

#996ade color RGB value is (153,106,222).

#996ade hex color red value is 153, green value is 106 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #996ade hue: 0.73 , saturation: 0.64 and the lightness value of 996ade is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101010 11011110
Octal 231 152 336
Decimal 153 106 222
Hex 99 6A DE

RGB Percentages of Color #996ade

%31.81
%22.04
%46.15

CMYK Percentages of Color #996ade

%31
%52
%0
%13

Triadic Colors of #996ade

#996ade #de996a #6ade99

Analogous Colors of #996ade

#996ade #d36ade #6a75de

Monochromatic Colors of #996ade

#996ade

Complementary Color

#996ade #afde6a

#996ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#996ade Color CSS Codes

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

#996ade Text Font Color

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

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


#996ade Background Color

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

This div background color is #996ade


#996ade Border Color

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

This div border color is #996ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996ade


Comments

No comments written yet.

Please login to write comment.