Color Hex Logo

#a400da Color Hex

#A400DA
(164,0,218)
0 Favorites   0 Comments

Color spaces of #a400da

RGB 1640218
HSL0.791.000.43
HSV285°100°85°
CMYK 0.251.000.00   0.15
XYZ27.964712.954567.3562
Yxy12.95450.25830.1196
Hunter Lab35.992475.7011-85.7608
CIE-Lab42.694679.5588-69.2153

#a400da color RGB value is (164,0,218).

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

The process color (four color CMYK) of #a400da color hex is 0.25, 1.00, 0.00, 0.15. Web safe color of #a400da is #9900cc. Color #a400da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00000000 11011010
Octal 244 0 332
Decimal 164 0 218
Hex A4 0 DA

RGB Percentages of Color #a400da

%42.93
%0.00
%57.07

CMYK Percentages of Color #a400da

%25
%100
%0
%15

Triadic Colors of #a400da

#a400da #daa400 #00daa4

Analogous Colors of #a400da

#a400da #da00a3 #3700da

Monochromatic Colors of #a400da

#a400da

Complementary Color

#a400da #36da00

#a400da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a400da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a400da Color CSS Codes

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

#a400da Text Font Color

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

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


#a400da Background Color

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

This div background color is #a400da


#a400da Border Color

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

This div border color is #a400da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a400da


Comments

No comments written yet.

Please login to write comment.