Color Hex Logo

#a63aa4 Color Hex

#A63AA4
(166,58,164)
0 Favorites   0 Comments

Color spaces of #a63aa4

RGB 16658164
HSL0.840.480.44
HSV301°65°65°
CMYK 0.000.650.01   0.35
XYZ23.939813.813436.5265
Yxy13.81340.32230.1860
Hunter Lab37.166449.9352-32.2528
CIE-Lab43.964157.2990-35.5809

#a63aa4 color RGB value is (166,58,164).

#a63aa4 hex color red value is 166, green value is 58 and the blue value of its RGB is 164. Cylindrical-coordinate representations (also known as HSL) of color #a63aa4 hue: 0.84 , saturation: 0.48 and the lightness value of a63aa4 is 0.44.

The process color (four color CMYK) of #a63aa4 color hex is 0.00, 0.65, 0.01, 0.35. Web safe color of #a63aa4 is #993399. Color #a63aa4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00111010 10100100
Octal 246 72 244
Decimal 166 58 164
Hex A6 3A A4

RGB Percentages of Color #a63aa4

%42.78
%14.95
%42.27

CMYK Percentages of Color #a63aa4

%0
%65
%1
%35

Triadic Colors of #a63aa4

#a63aa4 #a4a63a #3aa4a6

Analogous Colors of #a63aa4

#a63aa4 #a63a6e #723aa6

Monochromatic Colors of #a63aa4

#a63aa4

Complementary Color

#a63aa4 #3aa63c

#a63aa4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a63aa4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a63aa4 Color CSS Codes

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

#a63aa4 Text Font Color

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

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


#a63aa4 Background Color

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

This div background color is #a63aa4


#a63aa4 Border Color

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

This div border color is #a63aa4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a63aa4


Comments

No comments written yet.

Please login to write comment.