Color Hex Logo

#996adc Color Hex

#996ADC
(153,106,220)
0 Favorites   0 Comments

Color spaces of #996adc

RGB 153106220
HSL0.740.620.64
HSV265°52°86°
CMYK 0.300.520.00   0.14
XYZ31.209222.247770.3595
Yxy22.24770.25210.1797
Hunter Lab47.167535.5647-55.4254
CIE-Lab54.288841.9771-51.7213

#996adc color RGB value is (153,106,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101010 11011100
Octal 231 152 334
Decimal 153 106 220
Hex 99 6A DC

RGB Percentages of Color #996adc

%31.94
%22.13
%45.93

CMYK Percentages of Color #996adc

%30
%52
%0
%14

Triadic Colors of #996adc

#996adc #dc996a #6adc99

Analogous Colors of #996adc

#996adc #d26adc #6a74dc

Monochromatic Colors of #996adc

#996adc

Complementary Color

#996adc #addc6a

#996adc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996adc Color Preview on White Background

Lorem ipsum dolor sit amet.

#996adc Color CSS Codes

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

#996adc Text Font Color

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

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


#996adc Background Color

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

This div background color is #996adc


#996adc Border Color

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

This div border color is #996adc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(153,106,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 #996adc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996adc


Comments

No comments written yet.

Please login to write comment.