Color Hex Logo

#a02479 Color Hex

#A02479
(160,36,121)
0 Favorites   0 Comments

Color spaces of #a02479

RGB 16036121
HSL0.890.630.38
HSV319°78°63°
CMYK 0.000.780.24   0.37
XYZ18.579310.115819.0625
Yxy10.11580.38900.2118
Hunter Lab31.805348.6126-13.2717
CIE-Lab38.049557.2078-18.6958

#a02479 color RGB value is (160,36,121).

#a02479 hex color red value is 160, green value is 36 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #a02479 hue: 0.89 , saturation: 0.63 and the lightness value of a02479 is 0.38.

The process color (four color CMYK) of #a02479 color hex is 0.00, 0.78, 0.24, 0.37. Web safe color of #a02479 is #993366. Color #a02479 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 00100100 01111001
Octal 240 44 171
Decimal 160 36 121
Hex A0 24 79

RGB Percentages of Color #a02479

%50.47
%11.36
%38.17

CMYK Percentages of Color #a02479

%0
%78
%24
%37

Triadic Colors of #a02479

#a02479 #79a024 #2479a0

Analogous Colors of #a02479

#a02479 #a0243b #8924a0

Monochromatic Colors of #a02479

#a02479

Complementary Color

#a02479 #24a04b

#a02479 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a02479 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a02479 Color CSS Codes

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

#a02479 Text Font Color

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

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


#a02479 Background Color

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

This div background color is #a02479


#a02479 Border Color

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

This div border color is #a02479


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(160,36,121, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a02479; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a02479;
  -webkit-box-shadow: 1px 1px 3px 2px #a02479;
  box-shadow:         1px 1px 3px 2px #a02479; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,36,121, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a02479


Comments

No comments written yet.

Please login to write comment.