Color Hex Logo

#a442ea Color Hex

#A442EA
(164,66,234)
0 Favorites   0 Comments

Color spaces of #a442ea

RGB 16466234
HSL0.760.800.59
HSV275°72°92°
CMYK 0.300.720.00   0.08
XYZ32.109317.729579.5717
Yxy17.72950.24810.1370
Hunter Lab42.106462.4334-82.5703
CIE-Lab49.166467.3415-67.7922

#a442ea color RGB value is (164,66,234).

#a442ea hex color red value is 164, green value is 66 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a442ea hue: 0.76 , saturation: 0.80 and the lightness value of a442ea is 0.59.

The process color (four color CMYK) of #a442ea color hex is 0.30, 0.72, 0.00, 0.08. Web safe color of #a442ea is #9933ff. Color #a442ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 11101010
Octal 244 102 352
Decimal 164 66 234
Hex A4 42 EA

RGB Percentages of Color #a442ea

%35.34
%14.22
%50.43

CMYK Percentages of Color #a442ea

%30
%72
%0
%8

Triadic Colors of #a442ea

#a442ea #eaa442 #42eaa4

Analogous Colors of #a442ea

#a442ea #ea42dc #5042ea

Monochromatic Colors of #a442ea

#a442ea

Complementary Color

#a442ea #88ea42

#a442ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442ea Color CSS Codes

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

#a442ea Text Font Color

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

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


#a442ea Background Color

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

This div background color is #a442ea


#a442ea Border Color

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

This div border color is #a442ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442ea


Comments

No comments written yet.

Please login to write comment.