Color Hex Logo

#a42290 Color Hex

#A42290
(164,34,144)
0 Favorites   0 Comments

Color spaces of #a42290

RGB 16434144
HSL0.860.660.39
HSV309°79°64°
CMYK 0.000.790.12   0.36
XYZ20.915911.050227.4161
Yxy11.05020.35220.1861
Hunter Lab33.241854.1397-25.6299
CIE-Lab39.664961.9324-30.3188

#a42290 color RGB value is (164,34,144).

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

The process color (four color CMYK) of #a42290 color hex is 0.00, 0.79, 0.12, 0.36. Web safe color of #a42290 is #993399. Color #a42290 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00100010 10010000
Octal 244 42 220
Decimal 164 34 144
Hex A4 22 90

RGB Percentages of Color #a42290

%47.95
%9.94
%42.11

CMYK Percentages of Color #a42290

%0
%79
%12
%36

Triadic Colors of #a42290

#a42290 #90a422 #2290a4

Analogous Colors of #a42290

#a42290 #a4224f #7722a4

Monochromatic Colors of #a42290

#a42290

Complementary Color

#a42290 #22a436

#a42290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42290 Color CSS Codes

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

#a42290 Text Font Color

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

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


#a42290 Background Color

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

This div background color is #a42290


#a42290 Border Color

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

This div border color is #a42290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42290


Comments

No comments written yet.

Please login to write comment.