Color Hex Logo

#a24790 Color Hex

#A24790
(162,71,144)
0 Favorites   0 Comments

Color spaces of #a24790

RGB 16271144
HSL0.870.390.46
HSV312°56°64°
CMYK 0.000.560.11   0.36
XYZ22.187614.201527.9573
Yxy14.20150.34480.2207
Hunter Lab37.684939.1463-17.6061
CIE-Lab44.520547.0009-22.7726

#a24790 color RGB value is (162,71,144).

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

The process color (four color CMYK) of #a24790 color hex is 0.00, 0.56, 0.11, 0.36. Web safe color of #a24790 is #993399. Color #a24790 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 01000111 10010000
Octal 242 107 220
Decimal 162 71 144
Hex A2 47 90

RGB Percentages of Color #a24790

%42.97
%18.83
%38.20

CMYK Percentages of Color #a24790

%0
%56
%11
%36

Triadic Colors of #a24790

#a24790 #90a247 #4790a2

Analogous Colors of #a24790

#a24790 #a24763 #8747a2

Monochromatic Colors of #a24790

#a24790

Complementary Color

#a24790 #47a259

#a24790 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a24790 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a24790 Color CSS Codes

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

#a24790 Text Font Color

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

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


#a24790 Background Color

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

This div background color is #a24790


#a24790 Border Color

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

This div border color is #a24790


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a24790


Comments

No comments written yet.

Please login to write comment.