Color Hex Logo

#a969eb Color Hex

#A969EB
(169,105,235)
0 Favorites   0 Comments

Color spaces of #a969eb

RGB 169105235
HSL0.750.760.67
HSV270°55°92°
CMYK 0.280.550.00   0.08
XYZ36.409224.536381.4143
Yxy24.53630.25580.1724
Hunter Lab49.534144.5186-62.7752
CIE-Lab56.620850.1083-56.3197

#a969eb color RGB value is (169,105,235).

#a969eb hex color red value is 169, green value is 105 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a969eb hue: 0.75 , saturation: 0.76 and the lightness value of a969eb is 0.67.

The process color (four color CMYK) of #a969eb color hex is 0.28, 0.55, 0.00, 0.08. Web safe color of #a969eb is #9966ff. Color #a969eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 01101001 11101011
Octal 251 151 353
Decimal 169 105 235
Hex A9 69 EB

RGB Percentages of Color #a969eb

%33.20
%20.63
%46.17

CMYK Percentages of Color #a969eb

%28
%55
%0
%8

Triadic Colors of #a969eb

#a969eb #eba969 #69eba9

Analogous Colors of #a969eb

#a969eb #ea69eb #696aeb

Monochromatic Colors of #a969eb

#a969eb

Complementary Color

#a969eb #abeb69

#a969eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a969eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a969eb Color CSS Codes

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

#a969eb Text Font Color

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

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


#a969eb Background Color

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

This div background color is #a969eb


#a969eb Border Color

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

This div border color is #a969eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a969eb


Comments

No comments written yet.

Please login to write comment.