Color Hex Logo

#a400de Color Hex

#A400DE
(164,0,222)
0 Favorites   0 Comments

Color spaces of #a400de

RGB 1640222
HSL0.791.000.44
HSV284°100°87°
CMYK 0.261.000.00   0.13
XYZ28.494713.166470.1468
Yxy13.16640.25490.1178
Hunter Lab36.285576.6747-89.2189
CIE-Lab43.012980.2746-70.9882

#a400de color RGB value is (164,0,222).

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

The process color (four color CMYK) of #a400de color hex is 0.26, 1.00, 0.00, 0.13. Web safe color of #a400de is #9900cc. Color #a400de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000000 11011110
Octal 244 0 336
Decimal 164 0 222
Hex A4 0 DE

RGB Percentages of Color #a400de

%42.49
%0.00
%57.51

CMYK Percentages of Color #a400de

%26
%100
%0
%13

Triadic Colors of #a400de

#a400de #dea400 #00dea4

Analogous Colors of #a400de

#a400de #de00a9 #3500de

Monochromatic Colors of #a400de

#a400de

Complementary Color

#a400de #3ade00

#a400de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a400de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a400de Color CSS Codes

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

#a400de Text Font Color

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

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


#a400de Background Color

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

This div background color is #a400de


#a400de Border Color

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

This div border color is #a400de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a400de


Comments

No comments written yet.

Please login to write comment.