Color Hex Logo

#a61ccd Color Hex

#A61CCD
(166,28,205)
0 Favorites   0 Comments

Color spaces of #a61ccd

RGB 16628205
HSL0.800.760.46
HSV287°86°80°
CMYK 0.190.860.00   0.20
XYZ27.160613.345358.9020
Yxy13.34530.27320.1342
Hunter Lab36.531268.7833-70.0258
CIE-Lab43.279073.8214-60.7570

#a61ccd color RGB value is (166,28,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00011100 11001101
Octal 246 34 315
Decimal 166 28 205
Hex A6 1C CD

RGB Percentages of Color #a61ccd

%41.60
%7.02
%51.38

CMYK Percentages of Color #a61ccd

%19
%86
%0
%20

Triadic Colors of #a61ccd

#a61ccd #cda61c #1ccda6

Analogous Colors of #a61ccd

#a61ccd #cd1c9c #4d1ccd

Monochromatic Colors of #a61ccd

#a61ccd

Complementary Color

#a61ccd #43cd1c

#a61ccd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a61ccd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a61ccd Color CSS Codes

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

#a61ccd Text Font Color

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

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


#a61ccd Background Color

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

This div background color is #a61ccd


#a61ccd Border Color

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

This div border color is #a61ccd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a61ccd


Comments

No comments written yet.

Please login to write comment.