Color Hex Logo

#996afa Color Hex

#996AFA
(153,106,250)
0 Favorites   0 Comments

Color spaces of #996afa

RGB 153106250
HSL0.720.940.70
HSV260°58°98°
CMYK 0.390.580.00   0.02
XYZ35.546223.982593.1981
Yxy23.98250.23270.1570
Hunter Lab48.971943.8631-78.5540
CIE-Lab56.070349.5892-65.6354

#996afa color RGB value is (153,106,250).

#996afa hex color red value is 153, green value is 106 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #996afa hue: 0.72 , saturation: 0.94 and the lightness value of 996afa is 0.70.

The process color (four color CMYK) of #996afa color hex is 0.39, 0.58, 0.00, 0.02. Web safe color of #996afa is #9966ff. Color #996afa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011001 01101010 11111010
Octal 231 152 372
Decimal 153 106 250
Hex 99 6A FA

RGB Percentages of Color #996afa

%30.06
%20.83
%49.12

CMYK Percentages of Color #996afa

%39
%58
%0
%2

Triadic Colors of #996afa

#996afa #fa996a #6afa99

Analogous Colors of #996afa

#996afa #e16afa #6a83fa

Monochromatic Colors of #996afa

#996afa

Complementary Color

#996afa #cbfa6a

#996afa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#996afa Color Preview on White Background

Lorem ipsum dolor sit amet.

#996afa Color CSS Codes

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

#996afa Text Font Color

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

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


#996afa Background Color

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

This div background color is #996afa


#996afa Border Color

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

This div border color is #996afa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #996afa


Comments

No comments written yet.

Please login to write comment.