Color Hex Logo

#a218ad Color Hex

#A218AD
(162,24,173)
0 Favorites   0 Comments

Color spaces of #a218ad

RGB 16224173
HSL0.820.760.39
HSV296°86°68°
CMYK 0.060.860.00   0.32
XYZ22.769811.351840.5262
Yxy11.35180.30500.1521
Hunter Lab33.692461.6709-47.7310
CIE-Lab40.166868.4366-47.0258

#a218ad color RGB value is (162,24,173).

#a218ad hex color red value is 162, green value is 24 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a218ad hue: 0.82 , saturation: 0.76 and the lightness value of a218ad is 0.39.

The process color (four color CMYK) of #a218ad color hex is 0.06, 0.86, 0.00, 0.32. Web safe color of #a218ad is #990099. Color #a218ad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 00011000 10101101
Octal 242 30 255
Decimal 162 24 173
Hex A2 18 AD

RGB Percentages of Color #a218ad

%45.13
%6.69
%48.19

CMYK Percentages of Color #a218ad

%6
%86
%0
%32

Triadic Colors of #a218ad

#a218ad #ada218 #18ada2

Analogous Colors of #a218ad

#a218ad #ad186e #5718ad

Monochromatic Colors of #a218ad

#a218ad

Complementary Color

#a218ad #23ad18

#a218ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a218ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a218ad Color CSS Codes

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

#a218ad Text Font Color

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

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


#a218ad Background Color

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

This div background color is #a218ad


#a218ad Border Color

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

This div border color is #a218ad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a218ad


Comments

No comments written yet.

Please login to write comment.