Color Hex Logo

#a814cd Color Hex

#A814CD
(168,20,205)
0 Favorites   0 Comments

Color spaces of #a814cd

RGB 16820205
HSL0.800.820.44
HSV288°90°80°
CMYK 0.180.900.00   0.20
XYZ27.418013.232958.8667
Yxy13.23290.27550.1330
Hunter Lab36.377170.8786-70.4813
CIE-Lab43.112175.5779-61.0122

#a814cd color RGB value is (168,20,205).

#a814cd hex color red value is 168, green value is 20 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #a814cd hue: 0.80 , saturation: 0.82 and the lightness value of a814cd is 0.44.

The process color (four color CMYK) of #a814cd color hex is 0.18, 0.90, 0.00, 0.20. Web safe color of #a814cd is #9900cc. Color #a814cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 00010100 11001101
Octal 250 24 315
Decimal 168 20 205
Hex A8 14 CD

RGB Percentages of Color #a814cd

%42.75
%5.09
%52.16

CMYK Percentages of Color #a814cd

%18
%90
%0
%20

Triadic Colors of #a814cd

#a814cd #cda814 #14cda8

Analogous Colors of #a814cd

#a814cd #cd1496 #4c14cd

Monochromatic Colors of #a814cd

#a814cd

Complementary Color

#a814cd #39cd14

#a814cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a814cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a814cd Color CSS Codes

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

#a814cd Text Font Color

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

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


#a814cd Background Color

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

This div background color is #a814cd


#a814cd Border Color

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

This div border color is #a814cd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,20,205, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a814cd


Comments

No comments written yet.

Please login to write comment.