Color Hex Logo

#a2638c Color Hex

#A2638C
(162,99,140)
0 Favorites   0 Comments

Color spaces of #a2638c

RGB 16299140
HSL0.890.250.51
HSV321°39°64°
CMYK 0.000.390.14   0.36
XYZ24.095818.498527.1115
Yxy18.49850.34570.2654
Hunter Lab43.009924.7353-7.2668
CIE-Lab50.095231.5562-11.8660

#a2638c color RGB value is (162,99,140).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 10001100
Octal 242 143 214
Decimal 162 99 140
Hex A2 63 8C

RGB Percentages of Color #a2638c

%40.40
%24.69
%34.91

CMYK Percentages of Color #a2638c

%0
%39
%14
%36

Triadic Colors of #a2638c

#a2638c #8ca263 #638ca2

Analogous Colors of #a2638c

#a2638c #a2636d #9963a2

Monochromatic Colors of #a2638c

#a2638c

Complementary Color

#a2638c #63a279

#a2638c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2638c Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2638c Color CSS Codes

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

#a2638c Text Font Color

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

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


#a2638c Background Color

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

This div background color is #a2638c


#a2638c Border Color

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

This div border color is #a2638c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2638c


Comments

No comments written yet.

Please login to write comment.