Color Hex Logo

#a42acc Color Hex

#A42ACC
(164,42,204)
0 Favorites   0 Comments

Color spaces of #a42acc

RGB 16442204
HSL0.790.660.48
HSV285°79°80°
CMYK 0.200.790.00   0.20
XYZ27.036913.908158.3863
Yxy13.90810.27220.1400
Hunter Lab37.293664.1443-66.7181
CIE-Lab44.100869.7782-58.8630

#a42acc color RGB value is (164,42,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101010 11001100
Octal 244 52 314
Decimal 164 42 204
Hex A4 2A CC

RGB Percentages of Color #a42acc

%40.00
%10.24
%49.76

CMYK Percentages of Color #a42acc

%20
%79
%0
%20

Triadic Colors of #a42acc

#a42acc #cca42a #2acca4

Analogous Colors of #a42acc

#a42acc #cc2aa3 #532acc

Monochromatic Colors of #a42acc

#a42acc

Complementary Color

#a42acc #52cc2a

#a42acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42acc Color CSS Codes

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

#a42acc Text Font Color

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

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


#a42acc Background Color

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

This div background color is #a42acc


#a42acc Border Color

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

This div border color is #a42acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42acc


Comments

No comments written yet.

Please login to write comment.