Color Hex Logo

#a417cc Color Hex

#A417CC
(164,23,204)
0 Favorites   0 Comments

Color spaces of #a417cc

RGB 16423204
HSL0.800.800.45
HSV287°89°80°
CMYK 0.200.890.00   0.20
XYZ26.515312.864958.2124
Yxy12.86490.27170.1318
Hunter Lab35.867769.1883-71.1189
CIE-Lab42.559074.2958-61.3599

#a417cc color RGB value is (164,23,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010111 11001100
Octal 244 27 314
Decimal 164 23 204
Hex A4 17 CC

RGB Percentages of Color #a417cc

%41.94
%5.88
%52.17

CMYK Percentages of Color #a417cc

%20
%89
%0
%20

Triadic Colors of #a417cc

#a417cc #cca417 #17cca4

Analogous Colors of #a417cc

#a417cc #cc179a #4a17cc

Monochromatic Colors of #a417cc

#a417cc

Complementary Color

#a417cc #3fcc17

#a417cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a417cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a417cc Color CSS Codes

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

#a417cc Text Font Color

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

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


#a417cc Background Color

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

This div background color is #a417cc


#a417cc Border Color

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

This div border color is #a417cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a417cc


Comments

No comments written yet.

Please login to write comment.