Color Hex Logo

#a2366a Color Hex

#A2366A
(162,54,106)
0 Favorites   0 Comments

Color spaces of #a2366a

RGB 16254106
HSL0.920.500.42
HSV331°67°64°
CMYK 0.000.670.35   0.36
XYZ18.821011.360314.8365
Yxy11.36030.41810.2524
Hunter Lab33.705040.6911-2.5051
CIE-Lab40.180849.2740-6.0536

#a2366a color RGB value is (162,54,106).

#a2366a hex color red value is 162, green value is 54 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #a2366a hue: 0.92 , saturation: 0.50 and the lightness value of a2366a is 0.42.

The process color (four color CMYK) of #a2366a color hex is 0.00, 0.67, 0.35, 0.36. Web safe color of #a2366a is #993366. Color #a2366a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00110110 01101010
Octal 242 66 152
Decimal 162 54 106
Hex A2 36 6A

RGB Percentages of Color #a2366a

%50.31
%16.77
%32.92

CMYK Percentages of Color #a2366a

%0
%67
%35
%36

Triadic Colors of #a2366a

#a2366a #6aa236 #366aa2

Analogous Colors of #a2366a

#a2366a #a23836 #a236a0

Monochromatic Colors of #a2366a

#a2366a

Complementary Color

#a2366a #36a26e

#a2366a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2366a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2366a Color CSS Codes

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

#a2366a Text Font Color

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

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


#a2366a Background Color

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

This div background color is #a2366a


#a2366a Border Color

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

This div border color is #a2366a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,54,106, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a2366a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a2366a;
  -webkit-box-shadow: 1px 1px 3px 2px #a2366a;
  box-shadow:         1px 1px 3px 2px #a2366a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,54,106, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2366a


Comments

No comments written yet.

Please login to write comment.