Color Hex Logo

#a612cf Color Hex

#A612CF
(166,18,207)
0 Favorites   0 Comments

Color spaces of #a612cf

RGB 16618207
HSL0.800.840.44
HSV287°91°81°
CMYK 0.200.910.00   0.19
XYZ27.204713.044660.1155
Yxy13.04460.27110.1300
Hunter Lab36.117371.2466-73.4032
CIE-Lab42.830475.9333-62.6420

#a612cf color RGB value is (166,18,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010010 11001111
Octal 246 22 317
Decimal 166 18 207
Hex A6 12 CF

RGB Percentages of Color #a612cf

%42.46
%4.60
%52.94

CMYK Percentages of Color #a612cf

%20
%91
%0
%19

Triadic Colors of #a612cf

#a612cf #cfa612 #12cfa6

Analogous Colors of #a612cf

#a612cf #cf129a #4712cf

Monochromatic Colors of #a612cf

#a612cf

Complementary Color

#a612cf #3bcf12

#a612cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a612cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a612cf Color CSS Codes

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

#a612cf Text Font Color

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

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


#a612cf Background Color

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

This div background color is #a612cf


#a612cf Border Color

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

This div border color is #a612cf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,18,207, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a612cf


Comments

No comments written yet.

Please login to write comment.