Color Hex Logo

#a404ca Color Hex

#A404CA
(164,4,202)
0 Favorites   0 Comments

Color spaces of #a404ca

RGB 1644202
HSL0.800.960.40
HSV288°98°79°
CMYK 0.190.980.00   0.21
XYZ26.013912.243656.8693
Yxy12.24360.27350.1287
Hunter Lab34.990971.4716-71.8682
CIE-Lab41.600776.3539-61.7540

#a404ca color RGB value is (164,4,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000100 11001010
Octal 244 4 312
Decimal 164 4 202
Hex A4 4 CA

RGB Percentages of Color #a404ca

%44.32
%1.08
%54.59

CMYK Percentages of Color #a404ca

%19
%98
%0
%21

Triadic Colors of #a404ca

#a404ca #caa404 #04caa4

Analogous Colors of #a404ca

#a404ca #ca048d #4104ca

Monochromatic Colors of #a404ca

#a404ca

Complementary Color

#a404ca #2aca04

#a404ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a404ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a404ca Color CSS Codes

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

#a404ca Text Font Color

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

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


#a404ca Background Color

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

This div background color is #a404ca


#a404ca Border Color

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

This div border color is #a404ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a404ca


Comments

No comments written yet.

Please login to write comment.