Color Hex Logo

#a064da Color Hex

#A064DA
(160,100,218)
0 Favorites   0 Comments

Color spaces of #a064da

RGB 160100218
HSL0.750.610.62
HSV271°54°85°
CMYK 0.270.540.00   0.15
XYZ31.709321.649968.8372
Yxy21.64990.25950.1772
Hunter Lab46.529540.2192-55.1450
CIE-Lab53.653646.5481-51.5605

#a064da color RGB value is (160,100,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 11011010
Octal 240 144 332
Decimal 160 100 218
Hex A0 64 DA

RGB Percentages of Color #a064da

%33.47
%20.92
%45.61

CMYK Percentages of Color #a064da

%27
%54
%0
%15

Triadic Colors of #a064da

#a064da #daa064 #64daa0

Analogous Colors of #a064da

#a064da #da64d9 #6564da

Monochromatic Colors of #a064da

#a064da

Complementary Color

#a064da #9eda64

#a064da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064da Color CSS Codes

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

#a064da Text Font Color

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

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


#a064da Background Color

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

This div background color is #a064da


#a064da Border Color

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

This div border color is #a064da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a064da


Comments

No comments written yet.

Please login to write comment.