Color Hex Logo

#a2518a Color Hex

#A2518A
(162,81,138)
0 Favorites   0 Comments

Color spaces of #a2518a

RGB 16281138
HSL0.880.330.48
HSV318°50°64°
CMYK 0.000.500.15   0.36
XYZ22.430215.401225.8353
Yxy15.40120.35230.2419
Hunter Lab39.244433.3444-11.5607
CIE-Lab46.178940.9709-16.6123

#a2518a color RGB value is (162,81,138).

#a2518a hex color red value is 162, green value is 81 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #a2518a hue: 0.88 , saturation: 0.33 and the lightness value of a2518a is 0.48.

The process color (four color CMYK) of #a2518a color hex is 0.00, 0.50, 0.15, 0.36. Web safe color of #a2518a is #996699. Color #a2518a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01010001 10001010
Octal 242 121 212
Decimal 162 81 138
Hex A2 51 8A

RGB Percentages of Color #a2518a

%42.52
%21.26
%36.22

CMYK Percentages of Color #a2518a

%0
%50
%15
%36

Triadic Colors of #a2518a

#a2518a #8aa251 #518aa2

Analogous Colors of #a2518a

#a2518a #a25162 #9251a2

Monochromatic Colors of #a2518a

#a2518a

Complementary Color

#a2518a #51a269

#a2518a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a2518a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a2518a Color CSS Codes

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

#a2518a Text Font Color

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

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


#a2518a Background Color

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

This div background color is #a2518a


#a2518a Border Color

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

This div border color is #a2518a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a2518a


Comments

No comments written yet.

Please login to write comment.