Color Hex Logo

#a42961 Color Hex

#A42961
(164,41,97)
0 Favorites   0 Comments

Color spaces of #a42961

RGB 1644197
HSL0.920.600.40
HSV333°75°64°
CMYK 0.000.750.41   0.36
XYZ18.260410.341512.3429
Yxy10.34150.44600.2526
Hunter Lab32.158245.0808-0.2458
CIE-Lab38.448553.8181-2.9174

#a42961 color RGB value is (164,41,97).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100100 00101001 01100001
Octal 244 51 141
Decimal 164 41 97
Hex A4 29 61

RGB Percentages of Color #a42961

%54.30
%13.58
%32.12

CMYK Percentages of Color #a42961

%0
%75
%41
%36

Triadic Colors of #a42961

#a42961 #61a429 #2961a4

Analogous Colors of #a42961

#a42961 #a42f29 #a4299f

Monochromatic Colors of #a42961

#a42961

Complementary Color

#a42961 #29a46c

#a42961 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a42961 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a42961 Color CSS Codes

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

#a42961 Text Font Color

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

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


#a42961 Background Color

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

This div background color is #a42961


#a42961 Border Color

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

This div border color is #a42961


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a42961


Comments

No comments written yet.

Please login to write comment.