Color Hex Logo

#a61aca Color Hex

#A61ACA
(166,26,202)
0 Favorites   0 Comments

Color spaces of #a61aca

RGB 16626202
HSL0.800.770.45
HSV288°87°79°
CMYK 0.180.870.00   0.21
XYZ26.755913.110056.9974
Yxy13.11000.27620.1353
Hunter Lab36.207768.5400-67.9876
CIE-Lab42.928573.6881-59.5855

#a61aca color RGB value is (166,26,202).

#a61aca hex color red value is 166, green value is 26 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a61aca hue: 0.80 , saturation: 0.77 and the lightness value of a61aca is 0.45.

The process color (four color CMYK) of #a61aca color hex is 0.18, 0.87, 0.00, 0.21. Web safe color of #a61aca is #9933cc. Color #a61aca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011010 11001010
Octal 246 32 312
Decimal 166 26 202
Hex A6 1A CA

RGB Percentages of Color #a61aca

%42.13
%6.60
%51.27

CMYK Percentages of Color #a61aca

%18
%87
%0
%21

Triadic Colors of #a61aca

#a61aca #caa61a #1acaa6

Analogous Colors of #a61aca

#a61aca #ca1a96 #4e1aca

Monochromatic Colors of #a61aca

#a61aca

Complementary Color

#a61aca #3eca1a

#a61aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61aca Color CSS Codes

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

#a61aca Text Font Color

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

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


#a61aca Background Color

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

This div background color is #a61aca


#a61aca Border Color

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

This div border color is #a61aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61aca


Comments

No comments written yet.

Please login to write comment.