Color Hex Logo

#a42974 Color Hex

#A42974
(164,41,116)
0 Favorites   0 Comments

Color spaces of #a42974

RGB 16441116
HSL0.900.600.40
HSV323°75°64°
CMYK 0.000.750.29   0.36
XYZ19.255210.739317.5810
Yxy10.73930.40470.2257
Hunter Lab32.770947.5323-8.8684
CIE-Lab39.137955.9934-13.8422

#a42974 color RGB value is (164,41,116).

#a42974 hex color red value is 164, green value is 41 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #a42974 hue: 0.90 , saturation: 0.60 and the lightness value of a42974 is 0.40.

The process color (four color CMYK) of #a42974 color hex is 0.00, 0.75, 0.29, 0.36. Web safe color of #a42974 is #993366. Color #a42974 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 01110100
Octal 244 51 164
Decimal 164 41 116
Hex A4 29 74

RGB Percentages of Color #a42974

%51.09
%12.77
%36.14

CMYK Percentages of Color #a42974

%0
%75
%29
%36

Triadic Colors of #a42974

#a42974 #74a429 #2974a4

Analogous Colors of #a42974

#a42974 #a42936 #9729a4

Monochromatic Colors of #a42974

#a42974

Complementary Color

#a42974 #29a459

#a42974 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42974 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42974 Color CSS Codes

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

#a42974 Text Font Color

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

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


#a42974 Background Color

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

This div background color is #a42974


#a42974 Border Color

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

This div border color is #a42974


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42974


Comments

No comments written yet.

Please login to write comment.