Color Hex Logo

#a818ad Color Hex

#A818AD
(168,24,173)
0 Favorites   0 Comments

Color spaces of #a818ad

RGB 16824173
HSL0.830.760.39
HSV298°86°68°
CMYK 0.030.860.00   0.32
XYZ24.017911.995240.5846
Yxy11.99520.31360.1566
Hunter Lab34.634163.1758-45.2328
CIE-Lab41.208569.5197-45.2988

#a818ad color RGB value is (168,24,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 00011000 10101101
Octal 250 30 255
Decimal 168 24 173
Hex A8 18 AD

RGB Percentages of Color #a818ad

%46.03
%6.58
%47.40

CMYK Percentages of Color #a818ad

%3
%86
%0
%32

Triadic Colors of #a818ad

#a818ad #ada818 #18ada8

Analogous Colors of #a818ad

#a818ad #ad1868 #5d18ad

Monochromatic Colors of #a818ad

#a818ad

Complementary Color

#a818ad #1dad18

#a818ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a818ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a818ad Color CSS Codes

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

#a818ad Text Font Color

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

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


#a818ad Background Color

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

This div background color is #a818ad


#a818ad Border Color

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

This div border color is #a818ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,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 #a818ad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a818ad

#a818ad Color Palettes


Comments

No comments written yet.

Please login to write comment.