Color Hex Logo

#a2638f Color Hex

#A2638F
(162,99,143)
0 Favorites   0 Comments

Color spaces of #a2638f

RGB 16299143
HSL0.880.250.51
HSV318°39°64°
CMYK 0.000.390.12   0.36
XYZ24.320118.588228.2927
Yxy18.58820.34160.2611
Hunter Lab43.114025.2401-8.7280
CIE-Lab50.201932.0753-13.4835

#a2638f color RGB value is (162,99,143).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01100011 10001111
Octal 242 143 217
Decimal 162 99 143
Hex A2 63 8F

RGB Percentages of Color #a2638f

%40.10
%24.50
%35.40

CMYK Percentages of Color #a2638f

%0
%39
%12
%36

Triadic Colors of #a2638f

#a2638f #8fa263 #638fa2

Analogous Colors of #a2638f

#a2638f #a26370 #9663a2

Monochromatic Colors of #a2638f

#a2638f

Complementary Color

#a2638f #63a276

#a2638f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2638f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2638f Color CSS Codes

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

#a2638f Text Font Color

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

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


#a2638f Background Color

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

This div background color is #a2638f


#a2638f Border Color

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

This div border color is #a2638f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2638f


Comments

No comments written yet.

Please login to write comment.