Color Hex Logo

#a64eae Color Hex

#A64EAE
(166,78,174)
0 Favorites   0 Comments

Color spaces of #a64eae

RGB 16678174
HSL0.820.380.49
HSV295°55°68°
CMYK 0.050.550.00   0.32
XYZ26.090316.611841.8757
Yxy16.61180.30850.1964
Hunter Lab40.757642.9381-32.3862
CIE-Lab47.767150.0919-35.5012

#a64eae color RGB value is (166,78,174).

#a64eae hex color red value is 166, green value is 78 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a64eae hue: 0.82 , saturation: 0.38 and the lightness value of a64eae is 0.49.

The process color (four color CMYK) of #a64eae color hex is 0.05, 0.55, 0.00, 0.32. Web safe color of #a64eae is #996699. Color #a64eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01001110 10101110
Octal 246 116 256
Decimal 166 78 174
Hex A6 4E AE

RGB Percentages of Color #a64eae

%39.71
%18.66
%41.63

CMYK Percentages of Color #a64eae

%5
%55
%0
%32

Triadic Colors of #a64eae

#a64eae #aea64e #4eaea6

Analogous Colors of #a64eae

#a64eae #ae4e86 #764eae

Monochromatic Colors of #a64eae

#a64eae

Complementary Color

#a64eae #56ae4e

#a64eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a64eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a64eae Color CSS Codes

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

#a64eae Text Font Color

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

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


#a64eae Background Color

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

This div background color is #a64eae


#a64eae Border Color

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

This div border color is #a64eae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,78,174, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a64eae


Comments

No comments written yet.

Please login to write comment.