Color Hex Logo

#a442af Color Hex

#A442AF
(164,66,175)
0 Favorites   0 Comments

Color spaces of #a442af

RGB 16466175
HSL0.820.450.47
HSV294°62°69°
CMYK 0.060.620.00   0.31
XYZ24.995914.884142.1129
Yxy14.88410.30490.1815
Hunter Lab38.579948.1352-37.7136
CIE-Lab45.475055.3630-39.7272

#a442af color RGB value is (164,66,175).

#a442af hex color red value is 164, green value is 66 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #a442af hue: 0.82 , saturation: 0.45 and the lightness value of a442af is 0.47.

The process color (four color CMYK) of #a442af color hex is 0.06, 0.62, 0.00, 0.31. Web safe color of #a442af is #993399. Color #a442af contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 01000010 10101111
Octal 244 102 257
Decimal 164 66 175
Hex A4 42 AF

RGB Percentages of Color #a442af

%40.49
%16.30
%43.21

CMYK Percentages of Color #a442af

%6
%62
%0
%31

Triadic Colors of #a442af

#a442af #afa442 #42afa4

Analogous Colors of #a442af

#a442af #af4284 #6e42af

Monochromatic Colors of #a442af

#a442af

Complementary Color

#a442af #4daf42

#a442af Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a442af Color Preview on White Background

Lorem ipsum dolor sit amet.

#a442af Color CSS Codes

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

#a442af Text Font Color

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

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


#a442af Background Color

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

This div background color is #a442af


#a442af Border Color

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

This div border color is #a442af


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a442af


Comments

No comments written yet.

Please login to write comment.