Color Hex Logo

#a612cd Color Hex

#A612CD
(166,18,205)
0 Favorites   0 Comments

Color spaces of #a612cd

RGB 16618205
HSL0.800.840.44
HSV287°91°80°
CMYK 0.190.910.00   0.20
XYZ26.961612.947458.8357
Yxy12.94740.27300.1311
Hunter Lab35.982570.7803-71.7585
CIE-Lab42.683975.5803-61.7218

#a612cd color RGB value is (166,18,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010010 11001101
Octal 246 22 315
Decimal 166 18 205
Hex A6 12 CD

RGB Percentages of Color #a612cd

%42.67
%4.63
%52.70

CMYK Percentages of Color #a612cd

%19
%91
%0
%20

Triadic Colors of #a612cd

#a612cd #cda612 #12cda6

Analogous Colors of #a612cd

#a612cd #cd1297 #4812cd

Monochromatic Colors of #a612cd

#a612cd

Complementary Color

#a612cd #39cd12

#a612cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a612cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a612cd Color CSS Codes

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

#a612cd Text Font Color

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

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


#a612cd Background Color

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

This div background color is #a612cd


#a612cd Border Color

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

This div border color is #a612cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a612cd


Comments

No comments written yet.

Please login to write comment.