Color Hex Logo

#a42ade Color Hex

#A42ADE
(164,42,222)
0 Favorites   0 Comments

Color spaces of #a42ade

RGB 16442222
HSL0.780.730.52
HSV281°81°87°
CMYK 0.260.810.00   0.13
XYZ29.322614.822470.4228
Yxy14.82240.25590.1294
Hunter Lab38.499968.5759-81.5016
CIE-Lab45.390073.2386-67.1160

#a42ade color RGB value is (164,42,222).

#a42ade hex color red value is 164, green value is 42 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a42ade hue: 0.78 , saturation: 0.73 and the lightness value of a42ade is 0.52.

The process color (four color CMYK) of #a42ade color hex is 0.26, 0.81, 0.00, 0.13. Web safe color of #a42ade is #9933cc. Color #a42ade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101010 11011110
Octal 244 52 336
Decimal 164 42 222
Hex A4 2A DE

RGB Percentages of Color #a42ade

%38.32
%9.81
%51.87

CMYK Percentages of Color #a42ade

%26
%81
%0
%13

Triadic Colors of #a42ade

#a42ade #dea42a #2adea4

Analogous Colors of #a42ade

#a42ade #de2abe #4a2ade

Monochromatic Colors of #a42ade

#a42ade

Complementary Color

#a42ade #64de2a

#a42ade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42ade Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42ade Color CSS Codes

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

#a42ade Text Font Color

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

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


#a42ade Background Color

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

This div background color is #a42ade


#a42ade Border Color

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

This div border color is #a42ade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42ade


Comments

No comments written yet.

Please login to write comment.