Color Hex Logo

#a61daa Color Hex

#A61DAA
(166,29,170)
0 Favorites   0 Comments

Color spaces of #a61daa

RGB 16629170
HSL0.830.710.39
HSV298°83°67°
CMYK 0.020.830.00   0.33
XYZ23.420911.888039.0904
Yxy11.88800.31480.1598
Hunter Lab34.479060.9134-43.0845
CIE-Lab41.037667.6154-43.8050

#a61daa color RGB value is (166,29,170).

#a61daa hex color red value is 166, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #a61daa hue: 0.83 , saturation: 0.71 and the lightness value of a61daa is 0.39.

The process color (four color CMYK) of #a61daa color hex is 0.02, 0.83, 0.00, 0.33. Web safe color of #a61daa is #993399. Color #a61daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011101 10101010
Octal 246 35 252
Decimal 166 29 170
Hex A6 1D AA

RGB Percentages of Color #a61daa

%45.48
%7.95
%46.58

CMYK Percentages of Color #a61daa

%2
%83
%0
%33

Triadic Colors of #a61daa

#a61daa #aaa61d #1daaa6

Analogous Colors of #a61daa

#a61daa #aa1d68 #601daa

Monochromatic Colors of #a61daa

#a61daa

Complementary Color

#a61daa #21aa1d

#a61daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61daa Color CSS Codes

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

#a61daa Text Font Color

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

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


#a61daa Background Color

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

This div background color is #a61daa


#a61daa Border Color

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

This div border color is #a61daa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61daa


Comments

No comments written yet.

Please login to write comment.