Color Hex Logo

#a963eb Color Hex

#A963EB
(169,99,235)
0 Favorites   0 Comments

Color spaces of #a963eb

RGB 16999235
HSL0.750.770.65
HSV271°58°92°
CMYK 0.280.580.00   0.08
XYZ35.819423.356981.2177
Yxy23.35690.25510.1664
Hunter Lab48.329047.7210-65.8076
CIE-Lab55.438153.2348-58.2126

#a963eb color RGB value is (169,99,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 01100011 11101011
Octal 251 143 353
Decimal 169 99 235
Hex A9 63 EB

RGB Percentages of Color #a963eb

%33.60
%19.68
%46.72

CMYK Percentages of Color #a963eb

%28
%58
%0
%8

Triadic Colors of #a963eb

#a963eb #eba963 #63eba9

Analogous Colors of #a963eb

#a963eb #eb63e9 #6563eb

Monochromatic Colors of #a963eb

#a963eb

Complementary Color

#a963eb #a5eb63

#a963eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a963eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a963eb Color CSS Codes

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

#a963eb Text Font Color

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

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


#a963eb Background Color

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

This div background color is #a963eb


#a963eb Border Color

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

This div border color is #a963eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a963eb

#a963eb Color Palettes


Comments

No comments written yet.

Please login to write comment.