Color Hex Logo

#a2639e Color Hex

#A2639E
(162,99,158)
0 Favorites   0 Comments

Color spaces of #a2639e

RGB 16299158
HSL0.840.250.51
HSV304°39°64°
CMYK 0.000.390.02   0.36
XYZ25.533719.073734.6836
Yxy19.07370.32200.2406
Hunter Lab43.673427.9316-16.5142
CIE-Lab50.773334.8068-21.4633

#a2639e color RGB value is (162,99,158).

#a2639e hex color red value is 162, green value is 99 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #a2639e hue: 0.84 , saturation: 0.25 and the lightness value of a2639e is 0.51.

The process color (four color CMYK) of #a2639e color hex is 0.00, 0.39, 0.02, 0.36. Web safe color of #a2639e is #996699. Color #a2639e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 10011110
Octal 242 143 236
Decimal 162 99 158
Hex A2 63 9E

RGB Percentages of Color #a2639e

%38.66
%23.63
%37.71

CMYK Percentages of Color #a2639e

%0
%39
%2
%36

Triadic Colors of #a2639e

#a2639e #9ea263 #639ea2

Analogous Colors of #a2639e

#a2639e #a2637f #8763a2

Monochromatic Colors of #a2639e

#a2639e

Complementary Color

#a2639e #63a267

#a2639e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2639e Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2639e Color CSS Codes

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

#a2639e Text Font Color

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

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


#a2639e Background Color

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

This div background color is #a2639e


#a2639e Border Color

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

This div border color is #a2639e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2639e


Comments

No comments written yet.

Please login to write comment.