Color Hex Logo

#a96cef Color Hex

#A96CEF
(169,108,239)
0 Favorites   0 Comments

Color spaces of #a96cef

RGB 169108239
HSL0.740.800.68
HSV268°55°94°
CMYK 0.290.550.00   0.06
XYZ37.304725.392184.5964
Yxy25.39210.25330.1724
Hunter Lab50.390643.9620-64.2635
CIE-Lab57.455549.4636-57.2154

#a96cef color RGB value is (169,108,239).

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

The process color (four color CMYK) of #a96cef color hex is 0.29, 0.55, 0.00, 0.06. Web safe color of #a96cef is #9966ff. Color #a96cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101100 11101111
Octal 251 154 357
Decimal 169 108 239
Hex A9 6C EF

RGB Percentages of Color #a96cef

%32.75
%20.93
%46.32

CMYK Percentages of Color #a96cef

%29
%55
%0
%6

Triadic Colors of #a96cef

#a96cef #efa96c #6cefa9

Analogous Colors of #a96cef

#a96cef #eb6cef #6c71ef

Monochromatic Colors of #a96cef

#a96cef

Complementary Color

#a96cef #b2ef6c

#a96cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a96cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a96cef Color CSS Codes

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

#a96cef Text Font Color

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

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


#a96cef Background Color

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

This div background color is #a96cef


#a96cef Border Color

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

This div border color is #a96cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a96cef


Comments

No comments written yet.

Please login to write comment.