Color Hex Logo

#a912cd Color Hex

#A912CD
(169,18,205)
0 Favorites   0 Comments

Color spaces of #a912cd

RGB 16918205
HSL0.800.840.44
HSV288°91°80°
CMYK 0.180.910.00   0.20
XYZ27.597913.275458.8654
Yxy13.27540.27670.1331
Hunter Lab36.435471.4423-70.2847
CIE-Lab43.175376.0264-60.9020

#a912cd color RGB value is (169,18,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 00010010 11001101
Octal 251 22 315
Decimal 169 18 205
Hex A9 12 CD

RGB Percentages of Color #a912cd

%43.11
%4.59
%52.30

CMYK Percentages of Color #a912cd

%18
%91
%0
%20

Triadic Colors of #a912cd

#a912cd #cda912 #12cda9

Analogous Colors of #a912cd

#a912cd #cd1294 #4c12cd

Monochromatic Colors of #a912cd

#a912cd

Complementary Color

#a912cd #36cd12

#a912cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a912cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a912cd Color CSS Codes

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

#a912cd Text Font Color

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

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


#a912cd Background Color

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

This div background color is #a912cd


#a912cd Border Color

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

This div border color is #a912cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a912cd


Comments

No comments written yet.

Please login to write comment.