Color Hex Logo

#a24f80 Color Hex

#A24F80
(162,79,128)
0 Favorites   0 Comments

Color spaces of #a24f80

RGB 16279128
HSL0.900.340.47
HSV325°51°64°
CMYK 0.000.510.21   0.36
XYZ21.592614.831922.1469
Yxy14.83190.36870.2532
Hunter Lab38.512232.6831-7.1369
CIE-Lab45.403140.4198-11.7525

#a24f80 color RGB value is (162,79,128).

#a24f80 hex color red value is 162, green value is 79 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a24f80 hue: 0.90 , saturation: 0.34 and the lightness value of a24f80 is 0.47.

The process color (four color CMYK) of #a24f80 color hex is 0.00, 0.51, 0.21, 0.36. Web safe color of #a24f80 is #996699. Color #a24f80 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01001111 10000000
Octal 242 117 200
Decimal 162 79 128
Hex A2 4F 80

RGB Percentages of Color #a24f80

%43.90
%21.41
%34.69

CMYK Percentages of Color #a24f80

%0
%51
%21
%36

Triadic Colors of #a24f80

#a24f80 #80a24f #4f80a2

Analogous Colors of #a24f80

#a24f80 #a24f57 #9b4fa2

Monochromatic Colors of #a24f80

#a24f80

Complementary Color

#a24f80 #4fa271

#a24f80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24f80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24f80 Color CSS Codes

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

#a24f80 Text Font Color

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

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


#a24f80 Background Color

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

This div background color is #a24f80


#a24f80 Border Color

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

This div border color is #a24f80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24f80


Comments

No comments written yet.

Please login to write comment.