Color Hex Logo

#a24760 Color Hex

#A24760
(162,71,96)
0 Favorites   0 Comments

Color spaces of #a24760

RGB 1627196
HSL0.950.390.46
HSV344°56°64°
CMYK 0.000.560.41   0.36
XYZ19.264913.032412.5665
Yxy13.03240.42940.2905
Hunter Lab36.100432.08044.6315
CIE-Lab42.812040.20594.0249

#a24760 color RGB value is (162,71,96).

#a24760 hex color red value is 162, green value is 71 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #a24760 hue: 0.95 , saturation: 0.39 and the lightness value of a24760 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 01100000
Octal 242 107 140
Decimal 162 71 96
Hex A2 47 60

RGB Percentages of Color #a24760

%49.24
%21.58
%29.18

CMYK Percentages of Color #a24760

%0
%56
%41
%36

Triadic Colors of #a24760

#a24760 #60a247 #4760a2

Analogous Colors of #a24760

#a24760 #a25c47 #a2478e

Monochromatic Colors of #a24760

#a24760

Complementary Color

#a24760 #47a289

#a24760 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24760 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24760 Color CSS Codes

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

#a24760 Text Font Color

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

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


#a24760 Background Color

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

This div background color is #a24760


#a24760 Border Color

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

This div border color is #a24760


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(162,71,96, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a24760; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a24760;
  -webkit-box-shadow: 1px 1px 3px 2px #a24760;
  box-shadow:         1px 1px 3px 2px #a24760; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(162,71,96, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24760


Comments

No comments written yet.

Please login to write comment.