Color Hex Logo

#a064ea Color Hex

#A064EA
(160,100,234)
0 Favorites   0 Comments

Color spaces of #a064ea

RGB 160100234
HSL0.740.760.65
HSV267°57°92°
CMYK 0.320.570.00   0.08
XYZ33.905722.528480.4033
Yxy22.52840.24780.1646
Hunter Lab47.464144.4483-67.2113
CIE-Lab54.583250.3697-59.0782

#a064ea color RGB value is (160,100,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100100 11101010
Octal 240 144 352
Decimal 160 100 234
Hex A0 64 EA

RGB Percentages of Color #a064ea

%32.39
%20.24
%47.37

CMYK Percentages of Color #a064ea

%32
%57
%0
%8

Triadic Colors of #a064ea

#a064ea #eaa064 #64eaa0

Analogous Colors of #a064ea

#a064ea #e364ea #646bea

Monochromatic Colors of #a064ea

#a064ea

Complementary Color

#a064ea #aeea64

#a064ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a064ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a064ea Color CSS Codes

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

#a064ea Text Font Color

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

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


#a064ea Background Color

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

This div background color is #a064ea


#a064ea Border Color

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

This div border color is #a064ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a064ea


Comments

No comments written yet.

Please login to write comment.