Color Hex Logo

#a400dd Color Hex

#A400DD
(164,0,221)
0 Favorites   0 Comments

Color spaces of #a400dd

RGB 1640221
HSL0.791.000.43
HSV285°100°87°
CMYK 0.261.000.00   0.13
XYZ28.361013.113069.4429
Yxy13.11300.25570.1182
Hunter Lab36.211976.4297-88.3511
CIE-Lab42.933080.0947-70.5462

#a400dd color RGB value is (164,0,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000000 11011101
Octal 244 0 335
Decimal 164 0 221
Hex A4 0 DD

RGB Percentages of Color #a400dd

%42.60
%0.00
%57.40

CMYK Percentages of Color #a400dd

%26
%100
%0
%13

Triadic Colors of #a400dd

#a400dd #dda400 #00dda4

Analogous Colors of #a400dd

#a400dd #dd00a8 #3600dd

Monochromatic Colors of #a400dd

#a400dd

Complementary Color

#a400dd #39dd00

#a400dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a400dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a400dd Color CSS Codes

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

#a400dd Text Font Color

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

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


#a400dd Background Color

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

This div background color is #a400dd


#a400dd Border Color

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

This div border color is #a400dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a400dd


Comments

No comments written yet.

Please login to write comment.