Color Hex Logo

#a063da Color Hex

#A063DA
(160,99,218)
0 Favorites   0 Comments

Color spaces of #a063da

RGB 16099218
HSL0.750.620.62
HSV271°55°85°
CMYK 0.270.550.00   0.15
XYZ31.613921.459268.8055
Yxy21.45920.25940.1761
Hunter Lab46.324140.7503-55.6370
CIE-Lab53.448447.0841-51.8878

#a063da color RGB value is (160,99,218).

#a063da hex color red value is 160, green value is 99 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a063da hue: 0.75 , saturation: 0.62 and the lightness value of a063da is 0.62.

The process color (four color CMYK) of #a063da color hex is 0.27, 0.55, 0.00, 0.15. Web safe color of #a063da is #9966cc. Color #a063da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100011 11011010
Octal 240 143 332
Decimal 160 99 218
Hex A0 63 DA

RGB Percentages of Color #a063da

%33.54
%20.75
%45.70

CMYK Percentages of Color #a063da

%27
%55
%0
%15

Triadic Colors of #a063da

#a063da #daa063 #63daa0

Analogous Colors of #a063da

#a063da #da63d9 #6563da

Monochromatic Colors of #a063da

#a063da

Complementary Color

#a063da #9dda63

#a063da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a063da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a063da Color CSS Codes

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

#a063da Text Font Color

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

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


#a063da Background Color

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

This div background color is #a063da


#a063da Border Color

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

This div border color is #a063da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a063da


Comments

No comments written yet.

Please login to write comment.