Color Hex Logo

#a6225a Color Hex

#A6225A
(166,34,90)
0 Favorites   0 Comments

Color spaces of #a6225a

RGB 1663490
HSL0.930.660.39
HSV335°80°65°
CMYK 0.000.800.46   0.35
XYZ18.14349.989210.6447
Yxy9.98920.46790.2576
Hunter Lab31.605747.15882.1553
CIE-Lab37.823055.89650.6641

#a6225a color RGB value is (166,34,90).

#a6225a hex color red value is 166, green value is 34 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #a6225a hue: 0.93 , saturation: 0.66 and the lightness value of a6225a is 0.39.

The process color (four color CMYK) of #a6225a color hex is 0.00, 0.80, 0.46, 0.35. Web safe color of #a6225a is #993366. Color #a6225a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00100010 01011010
Octal 246 42 132
Decimal 166 34 90
Hex A6 22 5A

RGB Percentages of Color #a6225a

%57.24
%11.72
%31.03

CMYK Percentages of Color #a6225a

%0
%80
%46
%35

Triadic Colors of #a6225a

#a6225a #5aa622 #225aa6

Analogous Colors of #a6225a

#a6225a #a62c22 #a6229c

Monochromatic Colors of #a6225a

#a6225a

Complementary Color

#a6225a #22a66e

#a6225a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a6225a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a6225a Color CSS Codes

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

#a6225a Text Font Color

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

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


#a6225a Background Color

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

This div background color is #a6225a


#a6225a Border Color

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

This div border color is #a6225a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a6225a


Comments

No comments written yet.

Please login to write comment.