Color Hex Logo

#a617cd Color Hex

#A617CD
(166,23,205)
0 Favorites   0 Comments

Color spaces of #a617cd

RGB 16623205
HSL0.800.800.45
HSV287°89°80°
CMYK 0.190.890.00   0.20
XYZ27.051713.127658.8657
Yxy13.12760.27310.1325
Hunter Lab36.232069.8663-70.9653
CIE-Lab42.954974.7777-61.2823

#a617cd color RGB value is (166,23,205).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 00010111 11001101
Octal 246 27 315
Decimal 166 23 205
Hex A6 17 CD

RGB Percentages of Color #a617cd

%42.13
%5.84
%52.03

CMYK Percentages of Color #a617cd

%19
%89
%0
%20

Triadic Colors of #a617cd

#a617cd #cda617 #17cda6

Analogous Colors of #a617cd

#a617cd #cd1799 #4b17cd

Monochromatic Colors of #a617cd

#a617cd

Complementary Color

#a617cd #3ecd17

#a617cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a617cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a617cd Color CSS Codes

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

#a617cd Text Font Color

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

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


#a617cd Background Color

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

This div background color is #a617cd


#a617cd Border Color

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

This div border color is #a617cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a617cd


Comments

No comments written yet.

Please login to write comment.