Color Hex Logo

#996ada Color Hex

#996ADA
(153,106,218)
0 Favorites   0 Comments

Color spaces of #996ada

RGB 153106218
HSL0.740.600.64
HSV265°51°85°
CMYK 0.300.510.00   0.15
XYZ30.945822.142368.9725
Yxy22.14230.25350.1814
Hunter Lab47.055635.0420-53.9663
CIE-Lab54.177741.4831-50.7693

#996ada color RGB value is (153,106,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101010 11011010
Octal 231 152 332
Decimal 153 106 218
Hex 99 6A DA

RGB Percentages of Color #996ada

%32.08
%22.22
%45.70

CMYK Percentages of Color #996ada

%30
%51
%0
%15

Triadic Colors of #996ada

#996ada #da996a #6ada99

Analogous Colors of #996ada

#996ada #d16ada #6a73da

Monochromatic Colors of #996ada

#996ada

Complementary Color

#996ada #abda6a

#996ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#996ada Color CSS Codes

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

#996ada Text Font Color

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

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


#996ada Background Color

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

This div background color is #996ada


#996ada Border Color

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

This div border color is #996ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996ada


Comments

No comments written yet.

Please login to write comment.