Color Hex Logo

#a400c4 Color Hex

#A400C4
(164,0,196)
0 Favorites   0 Comments

Color spaces of #a400c4

RGB 1640196
HSL0.811.000.38
HSV290°100°77°
CMYK 0.161.000.00   0.23
XYZ25.273611.878053.1852
Yxy11.87800.27980.1315
Hunter Lab34.464570.5854-67.3705
CIE-Lab41.021675.7410-59.1965

#a400c4 color RGB value is (164,0,196).

#a400c4 hex color red value is 164, green value is 0 and the blue value of its RGB is 196. Cylindrical-coordinate representations (also known as HSL) of color #a400c4 hue: 0.81 , saturation: 1.00 and the lightness value of a400c4 is 0.38.

The process color (four color CMYK) of #a400c4 color hex is 0.16, 1.00, 0.00, 0.23. Web safe color of #a400c4 is #9900cc. Color #a400c4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000000 11000100
Octal 244 0 304
Decimal 164 0 196
Hex A4 0 C4

RGB Percentages of Color #a400c4

%45.56
%0.00
%54.44

CMYK Percentages of Color #a400c4

%16
%100
%0
%23

Triadic Colors of #a400c4

#a400c4 #c4a400 #00c4a4

Analogous Colors of #a400c4

#a400c4 #c40082 #4200c4

Monochromatic Colors of #a400c4

#a400c4

Complementary Color

#a400c4 #20c400

#a400c4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a400c4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a400c4 Color CSS Codes

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

#a400c4 Text Font Color

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

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


#a400c4 Background Color

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

This div background color is #a400c4


#a400c4 Border Color

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

This div border color is #a400c4


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(164,0,196, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a400c4">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a400c4


Comments

No comments written yet.

Please login to write comment.