Color Hex Logo

#a646ce Color Hex

#A646CE
(166,70,206)
0 Favorites   0 Comments

Color spaces of #a646ce

RGB 16670206
HSL0.780.580.54
HSV282°66°81°
CMYK 0.190.660.00   0.19
XYZ29.056616.943560.1315
Yxy16.94350.27380.1596
Hunter Lab41.162553.9688-57.7990
CIE-Lab48.188860.1502-53.4179

#a646ce color RGB value is (166,70,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01000110 11001110
Octal 246 106 316
Decimal 166 70 206
Hex A6 46 CE

RGB Percentages of Color #a646ce

%37.56
%15.84
%46.61

CMYK Percentages of Color #a646ce

%19
%66
%0
%19

Triadic Colors of #a646ce

#a646ce #cea646 #46cea6

Analogous Colors of #a646ce

#a646ce #ce46b2 #6246ce

Monochromatic Colors of #a646ce

#a646ce

Complementary Color

#a646ce #6ece46

#a646ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a646ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a646ce Color CSS Codes

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

#a646ce Text Font Color

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

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


#a646ce Background Color

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

This div background color is #a646ce


#a646ce Border Color

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

This div border color is #a646ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a646ce


Comments

No comments written yet.

Please login to write comment.