Color Hex Logo

#a996fc Color Hex

#A996FC
(169,150,252)
0 Favorites   0 Comments

Color spaces of #a996fc

RGB 169150252
HSL0.700.940.79
HSV251°40°99°
CMYK 0.330.400.00   0.01
XYZ44.839237.276096.9272
Yxy37.27600.25040.2082
Hunter Lab61.054124.2490-51.3888
CIE-Lab67.483629.3901-48.4569

#a996fc color RGB value is (169,150,252).

#a996fc hex color red value is 169, green value is 150 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a996fc hue: 0.70 , saturation: 0.94 and the lightness value of a996fc is 0.79.

The process color (four color CMYK) of #a996fc color hex is 0.33, 0.40, 0.00, 0.01. Web safe color of #a996fc is #9999ff. Color #a996fc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010110 11111100
Octal 251 226 374
Decimal 169 150 252
Hex A9 96 FC

RGB Percentages of Color #a996fc

%29.60
%26.27
%44.13

CMYK Percentages of Color #a996fc

%33
%40
%0
%1

Triadic Colors of #a996fc

#a996fc #fca996 #96fca9

Analogous Colors of #a996fc

#a996fc #dc96fc #96b6fc

Monochromatic Colors of #a996fc

#a996fc

Complementary Color

#a996fc #e9fc96

#a996fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a996fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a996fc Color CSS Codes

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

#a996fc Text Font Color

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

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


#a996fc Background Color

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

This div background color is #a996fc


#a996fc Border Color

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

This div border color is #a996fc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,150,252, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a996fc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a996fc;
  -webkit-box-shadow: 1px 1px 3px 2px #a996fc;
  box-shadow:         1px 1px 3px 2px #a996fc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,150,252, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a996fc


Comments

No comments written yet.

Please login to write comment.