Color Hex Logo

#a64eea Color Hex

#A64EEA
(166,78,234)
0 Favorites   0 Comments

Color spaces of #a64eea

RGB 16678234
HSL0.760.790.61
HSV274°67°92°
CMYK 0.290.670.00   0.08
XYZ33.301619.496379.8499
Yxy19.49630.25110.1470
Hunter Lab44.154657.3549-76.3127
CIE-Lab51.262962.5628-64.3873

#a64eea color RGB value is (166,78,234).

#a64eea hex color red value is 166, green value is 78 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a64eea hue: 0.76 , saturation: 0.79 and the lightness value of a64eea is 0.61.

The process color (four color CMYK) of #a64eea color hex is 0.29, 0.67, 0.00, 0.08. Web safe color of #a64eea is #9966ff. Color #a64eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001110 11101010
Octal 246 116 352
Decimal 166 78 234
Hex A6 4E EA

RGB Percentages of Color #a64eea

%34.73
%16.32
%48.95

CMYK Percentages of Color #a64eea

%29
%67
%0
%8

Triadic Colors of #a64eea

#a64eea #eaa64e #4eeaa6

Analogous Colors of #a64eea

#a64eea #ea4ee0 #584eea

Monochromatic Colors of #a64eea

#a64eea

Complementary Color

#a64eea #92ea4e

#a64eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64eea Color CSS Codes

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

#a64eea Text Font Color

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

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


#a64eea Background Color

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

This div background color is #a64eea


#a64eea Border Color

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

This div border color is #a64eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64eea


Comments

No comments written yet.

Please login to write comment.