Color Hex Logo

#a42ace Color Hex

#A42ACE
(164,42,206)
0 Favorites   0 Comments

Color spaces of #a42ace

RGB 16442206
HSL0.790.660.49
HSV285°80°81°
CMYK 0.200.800.00   0.19
XYZ27.278414.004759.6580
Yxy14.00470.27020.1387
Hunter Lab37.422964.6229-68.3217
CIE-Lab44.239770.1560-59.7948

#a42ace color RGB value is (164,42,206).

#a42ace hex color red value is 164, green value is 42 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a42ace hue: 0.79 , saturation: 0.66 and the lightness value of a42ace is 0.49.

The process color (four color CMYK) of #a42ace color hex is 0.20, 0.80, 0.00, 0.19. Web safe color of #a42ace is #9933cc. Color #a42ace contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101010 11001110
Octal 244 52 316
Decimal 164 42 206
Hex A4 2A CE

RGB Percentages of Color #a42ace

%39.81
%10.19
%50.00

CMYK Percentages of Color #a42ace

%20
%80
%0
%19

Triadic Colors of #a42ace

#a42ace #cea42a #2acea4

Analogous Colors of #a42ace

#a42ace #ce2aa6 #522ace

Monochromatic Colors of #a42ace

#a42ace

Complementary Color

#a42ace #54ce2a

#a42ace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42ace Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42ace Color CSS Codes

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

#a42ace Text Font Color

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

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


#a42ace Background Color

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

This div background color is #a42ace


#a42ace Border Color

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

This div border color is #a42ace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42ace


Comments

No comments written yet.

Please login to write comment.