Color Hex Logo

#a410ca Color Hex

#A410CA
(164,16,202)
0 Favorites   0 Comments

Color spaces of #a410ca

RGB 16416202
HSL0.800.850.43
HSV288°92°79°
CMYK 0.190.920.00   0.21
XYZ26.155812.527456.9166
Yxy12.52740.27360.1310
Hunter Lab35.394169.9698-70.5674
CIE-Lab42.042375.0394-61.0372

#a410ca color RGB value is (164,16,202).

#a410ca hex color red value is 164, green value is 16 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a410ca hue: 0.80 , saturation: 0.85 and the lightness value of a410ca is 0.43.

The process color (four color CMYK) of #a410ca color hex is 0.19, 0.92, 0.00, 0.21. Web safe color of #a410ca is #9900cc. Color #a410ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00010000 11001010
Octal 244 20 312
Decimal 164 16 202
Hex A4 10 CA

RGB Percentages of Color #a410ca

%42.93
%4.19
%52.88

CMYK Percentages of Color #a410ca

%19
%92
%0
%21

Triadic Colors of #a410ca

#a410ca #caa410 #10caa4

Analogous Colors of #a410ca

#a410ca #ca1093 #4710ca

Monochromatic Colors of #a410ca

#a410ca

Complementary Color

#a410ca #36ca10

#a410ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a410ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a410ca Color CSS Codes

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

#a410ca Text Font Color

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

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


#a410ca Background Color

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

This div background color is #a410ca


#a410ca Border Color

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

This div border color is #a410ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a410ca


Comments

No comments written yet.

Please login to write comment.