Color Hex Logo

#a964eb Color Hex

#A964EB
(169,100,235)
0 Favorites   0 Comments

Color spaces of #a964eb

RGB 169100235
HSL0.750.770.66
HSV271°57°92°
CMYK 0.280.570.00   0.08
XYZ35.914823.547581.2495
Yxy23.54750.25520.1673
Hunter Lab48.525847.1910-65.3046
CIE-Lab55.631952.7198-57.9022

#a964eb color RGB value is (169,100,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100100 11101011
Octal 251 144 353
Decimal 169 100 235
Hex A9 64 EB

RGB Percentages of Color #a964eb

%33.53
%19.84
%46.63

CMYK Percentages of Color #a964eb

%28
%57
%0
%8

Triadic Colors of #a964eb

#a964eb #eba964 #64eba9

Analogous Colors of #a964eb

#a964eb #eb64ea #6664eb

Monochromatic Colors of #a964eb

#a964eb

Complementary Color

#a964eb #a6eb64

#a964eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a964eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a964eb Color CSS Codes

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

#a964eb Text Font Color

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

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


#a964eb Background Color

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

This div background color is #a964eb


#a964eb Border Color

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

This div border color is #a964eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a964eb


Comments

No comments written yet.

Please login to write comment.