Color Hex Logo

#a24850 Color Hex

#A24850
(162,72,80)
0 Favorites   0 Comments

Color spaces of #a24850

RGB 1627280
HSL0.990.380.46
HSV355°56°64°
CMYK 0.000.560.51   0.36
XYZ18.665612.89539.0947
Yxy12.89530.45910.3172
Hunter Lab35.910029.939610.1210
CIE-Lab42.605138.020213.6175

#a24850 color RGB value is (162,72,80).

#a24850 hex color red value is 162, green value is 72 and the blue value of its RGB is 80. Cylindrical-coordinate representations (also known as HSL) of color #a24850 hue: 0.99 , saturation: 0.38 and the lightness value of a24850 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001000 01010000
Octal 242 110 120
Decimal 162 72 80
Hex A2 48 50

RGB Percentages of Color #a24850

%51.59
%22.93
%25.48

CMYK Percentages of Color #a24850

%0
%56
%51
%36

Triadic Colors of #a24850

#a24850 #50a248 #4850a2

Analogous Colors of #a24850

#a24850 #a26d48 #a2487d

Monochromatic Colors of #a24850

#a24850

Complementary Color

#a24850 #48a29a

#a24850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24850 Color CSS Codes

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

#a24850 Text Font Color

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

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


#a24850 Background Color

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

This div background color is #a24850


#a24850 Border Color

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

This div border color is #a24850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24850


Comments

No comments written yet.

Please login to write comment.