Color Hex Logo

#a646cc Color Hex

#A646CC
(166,70,204)
0 Favorites   0 Comments

Color spaces of #a646cc

RGB 16670204
HSL0.790.570.54
HSV283°66°80°
CMYK 0.190.660.00   0.20
XYZ28.815116.846958.8598
Yxy16.84690.27570.1612
Hunter Lab41.045053.4849-56.2923
CIE-Lab48.066559.7412-52.4636

#a646cc color RGB value is (166,70,204).

#a646cc hex color red value is 166, green value is 70 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a646cc hue: 0.79 , saturation: 0.57 and the lightness value of a646cc is 0.54.

The process color (four color CMYK) of #a646cc color hex is 0.19, 0.66, 0.00, 0.20. Web safe color of #a646cc is #9933cc. Color #a646cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 11001100
Octal 246 106 314
Decimal 166 70 204
Hex A6 46 CC

RGB Percentages of Color #a646cc

%37.73
%15.91
%46.36

CMYK Percentages of Color #a646cc

%19
%66
%0
%20

Triadic Colors of #a646cc

#a646cc #cca646 #46cca6

Analogous Colors of #a646cc

#a646cc #cc46af #6346cc

Monochromatic Colors of #a646cc

#a646cc

Complementary Color

#a646cc #6ccc46

#a646cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a646cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a646cc Color CSS Codes

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

#a646cc Text Font Color

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

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


#a646cc Background Color

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

This div background color is #a646cc


#a646cc Border Color

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

This div border color is #a646cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a646cc


Comments

No comments written yet.

Please login to write comment.