Color Hex Logo

#a063ea Color Hex

#A063EA
(160,99,234)
0 Favorites   0 Comments

Color spaces of #a063ea

RGB 16099234
HSL0.740.760.65
HSV267°58°92°
CMYK 0.320.580.00   0.08
XYZ33.810322.337880.3715
Yxy22.33780.24770.1636
Hunter Lab47.262944.9829-67.7398
CIE-Lab54.383650.8972-59.3986

#a063ea color RGB value is (160,99,234).

#a063ea hex color red value is 160, green value is 99 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a063ea hue: 0.74 , saturation: 0.76 and the lightness value of a063ea is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100011 11101010
Octal 240 143 352
Decimal 160 99 234
Hex A0 63 EA

RGB Percentages of Color #a063ea

%32.45
%20.08
%47.46

CMYK Percentages of Color #a063ea

%32
%58
%0
%8

Triadic Colors of #a063ea

#a063ea #eaa063 #63eaa0

Analogous Colors of #a063ea

#a063ea #e463ea #636aea

Monochromatic Colors of #a063ea

#a063ea

Complementary Color

#a063ea #adea63

#a063ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a063ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a063ea Color CSS Codes

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

#a063ea Text Font Color

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

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


#a063ea Background Color

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

This div background color is #a063ea


#a063ea Border Color

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

This div border color is #a063ea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,99,234, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a063ea


Comments

No comments written yet.

Please login to write comment.