Color Hex Logo

#a618a4 Color Hex

#A618A4
(166,24,164)
0 Favorites   0 Comments

Color spaces of #a618a4

RGB 16624164
HSL0.840.750.37
HSV301°86°65°
CMYK 0.000.860.01   0.35
XYZ22.753411.440636.1310
Yxy11.44060.32350.1627
Hunter Lab33.824060.8852-39.6572
CIE-Lab40.312967.7324-41.3728

#a618a4 color RGB value is (166,24,164).

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

The process color (four color CMYK) of #a618a4 color hex is 0.00, 0.86, 0.01, 0.35. Web safe color of #a618a4 is #990099. Color #a618a4 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011000 10100100
Octal 246 30 244
Decimal 166 24 164
Hex A6 18 A4

RGB Percentages of Color #a618a4

%46.89
%6.78
%46.33

CMYK Percentages of Color #a618a4

%0
%86
%1
%35

Triadic Colors of #a618a4

#a618a4 #a4a618 #18a4a6

Analogous Colors of #a618a4

#a618a4 #a6185d #6118a6

Monochromatic Colors of #a618a4

#a618a4

Complementary Color

#a618a4 #18a61a

#a618a4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a618a4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a618a4 Color CSS Codes

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

#a618a4 Text Font Color

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

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


#a618a4 Background Color

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

This div background color is #a618a4


#a618a4 Border Color

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

This div border color is #a618a4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a618a4


Comments

No comments written yet.

Please login to write comment.