Color Hex Logo

#a63eae Color Hex

#A63EAE
(166,62,174)
0 Favorites   0 Comments

Color spaces of #a63eae

RGB 16662174
HSL0.820.470.46
HSV296°64°68°
CMYK 0.050.640.00   0.32
XYZ25.088514.608241.5418
Yxy14.60820.30880.1798
Hunter Lab38.220750.2833-37.6874
CIE-Lab45.092857.4056-39.7244

#a63eae color RGB value is (166,62,174).

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

The process color (four color CMYK) of #a63eae color hex is 0.05, 0.64, 0.00, 0.32. Web safe color of #a63eae is #993399. Color #a63eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111110 10101110
Octal 246 76 256
Decimal 166 62 174
Hex A6 3E AE

RGB Percentages of Color #a63eae

%41.29
%15.42
%43.28

CMYK Percentages of Color #a63eae

%5
%64
%0
%32

Triadic Colors of #a63eae

#a63eae #aea63e #3eaea6

Analogous Colors of #a63eae

#a63eae #ae3e7e #6e3eae

Monochromatic Colors of #a63eae

#a63eae

Complementary Color

#a63eae #46ae3e

#a63eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63eae Color CSS Codes

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

#a63eae Text Font Color

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

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


#a63eae Background Color

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

This div background color is #a63eae


#a63eae Border Color

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

This div border color is #a63eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63eae


Comments

No comments written yet.

Please login to write comment.