Color Hex Logo

#a96cfc Color Hex

#A96CFC
(169,108,252)
0 Favorites   0 Comments

Color spaces of #a96cfc

RGB 169108252
HSL0.740.960.71
HSV265°57°99°
CMYK 0.330.570.00   0.01
XYZ39.295426.188495.0792
Yxy26.18840.24470.1631
Hunter Lab51.174647.5091-74.3349
CIE-Lab58.215452.5871-63.2059

#a96cfc color RGB value is (169,108,252).

#a96cfc hex color red value is 169, green value is 108 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a96cfc hue: 0.74 , saturation: 0.96 and the lightness value of a96cfc is 0.71.

The process color (four color CMYK) of #a96cfc color hex is 0.33, 0.57, 0.00, 0.01. Web safe color of #a96cfc is #9966ff. Color #a96cfc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11111100
Octal 251 154 374
Decimal 169 108 252
Hex A9 6C FC

RGB Percentages of Color #a96cfc

%31.95
%20.42
%47.64

CMYK Percentages of Color #a96cfc

%33
%57
%0
%1

Triadic Colors of #a96cfc

#a96cfc #fca96c #6cfca9

Analogous Colors of #a96cfc

#a96cfc #f16cfc #6c77fc

Monochromatic Colors of #a96cfc

#a96cfc

Complementary Color

#a96cfc #bffc6c

#a96cfc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cfc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cfc Color CSS Codes

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

#a96cfc Text Font Color

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

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


#a96cfc Background Color

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

This div background color is #a96cfc


#a96cfc Border Color

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

This div border color is #a96cfc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,108,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 #a96cfc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cfc


Comments

No comments written yet.

Please login to write comment.