Color Hex Logo

#a2467e Color Hex

#A2467E
(162,70,126)
0 Favorites   0 Comments

Color spaces of #a2467e

RGB 16270126
HSL0.900.400.45
HSV323°57°64°
CMYK 0.000.570.22   0.36
XYZ20.856313.568121.2583
Yxy13.56810.37460.2437
Hunter Lab36.834936.6075-8.4332
CIE-Lab43.607144.6533-13.2545

#a2467e color RGB value is (162,70,126).

#a2467e hex color red value is 162, green value is 70 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #a2467e hue: 0.90 , saturation: 0.40 and the lightness value of a2467e is 0.45.

The process color (four color CMYK) of #a2467e color hex is 0.00, 0.57, 0.22, 0.36. Web safe color of #a2467e is #993366. Color #a2467e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000110 01111110
Octal 242 106 176
Decimal 162 70 126
Hex A2 46 7E

RGB Percentages of Color #a2467e

%45.25
%19.55
%35.20

CMYK Percentages of Color #a2467e

%0
%57
%22
%36

Triadic Colors of #a2467e

#a2467e #7ea246 #467ea2

Analogous Colors of #a2467e

#a2467e #a24650 #9846a2

Monochromatic Colors of #a2467e

#a2467e

Complementary Color

#a2467e #46a26a

#a2467e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2467e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2467e Color CSS Codes

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

#a2467e Text Font Color

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

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


#a2467e Background Color

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

This div background color is #a2467e


#a2467e Border Color

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

This div border color is #a2467e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2467e


Comments

No comments written yet.

Please login to write comment.