Color Hex Logo

#a42194 Color Hex

#A42194
(164,33,148)
0 Favorites   0 Comments

Color spaces of #a42194

RGB 16433148
HSL0.850.660.39
HSV307°80°64°
CMYK 0.000.800.10   0.36
XYZ21.199011.118329.0457
Yxy11.11830.34550.1812
Hunter Lab33.344155.1317-28.3060
CIE-Lab39.779062.7964-32.5763

#a42194 color RGB value is (164,33,148).

#a42194 hex color red value is 164, green value is 33 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #a42194 hue: 0.85 , saturation: 0.66 and the lightness value of a42194 is 0.39.

The process color (four color CMYK) of #a42194 color hex is 0.00, 0.80, 0.10, 0.36. Web safe color of #a42194 is #993399. Color #a42194 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100001 10010100
Octal 244 41 224
Decimal 164 33 148
Hex A4 21 94

RGB Percentages of Color #a42194

%47.54
%9.57
%42.90

CMYK Percentages of Color #a42194

%0
%80
%10
%36

Triadic Colors of #a42194

#a42194 #94a421 #2194a4

Analogous Colors of #a42194

#a42194 #a42153 #7321a4

Monochromatic Colors of #a42194

#a42194

Complementary Color

#a42194 #21a431

#a42194 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42194 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42194 Color CSS Codes

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

#a42194 Text Font Color

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

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


#a42194 Background Color

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

This div background color is #a42194


#a42194 Border Color

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

This div border color is #a42194


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42194


Comments

No comments written yet.

Please login to write comment.