Color Hex Logo

#a61986 Color Hex

#A61986
(166,25,134)
0 Favorites   0 Comments

Color spaces of #a61986

RGB 16625134
HSL0.870.740.37
HSV314°85°65°
CMYK 0.000.850.19   0.35
XYZ20.376610.523523.5115
Yxy10.52350.37450.1934
Hunter Lab32.439955.3518-20.2637
CIE-Lab38.766063.1896-25.5635

#a61986 color RGB value is (166,25,134).

#a61986 hex color red value is 166, green value is 25 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #a61986 hue: 0.87 , saturation: 0.74 and the lightness value of a61986 is 0.37.

The process color (four color CMYK) of #a61986 color hex is 0.00, 0.85, 0.19, 0.35. Web safe color of #a61986 is #990099. Color #a61986 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011001 10000110
Octal 246 31 206
Decimal 166 25 134
Hex A6 19 86

RGB Percentages of Color #a61986

%51.08
%7.69
%41.23

CMYK Percentages of Color #a61986

%0
%85
%19
%35

Triadic Colors of #a61986

#a61986 #86a619 #1986a6

Analogous Colors of #a61986

#a61986 #a61940 #8019a6

Monochromatic Colors of #a61986

#a61986

Complementary Color

#a61986 #19a639

#a61986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61986 Color CSS Codes

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

#a61986 Text Font Color

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

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


#a61986 Background Color

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

This div background color is #a61986


#a61986 Border Color

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

This div border color is #a61986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61986


Comments

No comments written yet.

Please login to write comment.