Color Hex Logo

#a42952 Color Hex

#A42952
(164,41,82)
0 Favorites   0 Comments

Color spaces of #a42952

RGB 1644182
HSL0.940.600.40
HSV340°75°64°
CMYK 0.000.750.50   0.36
XYZ17.625810.08769.0008
Yxy10.08760.48010.2748
Hunter Lab31.761043.47715.4304
CIE-Lab37.999252.37305.9782

#a42952 color RGB value is (164,41,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 01010010
Octal 244 51 122
Decimal 164 41 82
Hex A4 29 52

RGB Percentages of Color #a42952

%57.14
%14.29
%28.57

CMYK Percentages of Color #a42952

%0
%75
%50
%36

Triadic Colors of #a42952

#a42952 #52a429 #2952a4

Analogous Colors of #a42952

#a42952 #a43e29 #a42990

Monochromatic Colors of #a42952

#a42952

Complementary Color

#a42952 #29a47b

#a42952 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42952 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42952 Color CSS Codes

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

#a42952 Text Font Color

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

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


#a42952 Background Color

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

This div background color is #a42952


#a42952 Border Color

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

This div border color is #a42952


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42952


Comments

No comments written yet.

Please login to write comment.