Color Hex Logo

#a0407a Color Hex

#A0407A
(160,64,122)
0 Favorites   0 Comments

Color spaces of #a0407a

RGB 16064122
HSL0.900.430.44
HSV324°60°63°
CMYK 0.000.600.24   0.37
XYZ19.843512.545519.7880
Yxy12.54550.38030.2404
Hunter Lab35.419638.0185-8.3300
CIE-Lab42.070346.3144-13.1651

#a0407a color RGB value is (160,64,122).

#a0407a hex color red value is 160, green value is 64 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #a0407a hue: 0.90 , saturation: 0.43 and the lightness value of a0407a is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 01000000 01111010
Octal 240 100 172
Decimal 160 64 122
Hex A0 40 7A

RGB Percentages of Color #a0407a

%46.24
%18.50
%35.26

CMYK Percentages of Color #a0407a

%0
%60
%24
%37

Triadic Colors of #a0407a

#a0407a #7aa040 #407aa0

Analogous Colors of #a0407a

#a0407a #a0404a #9640a0

Monochromatic Colors of #a0407a

#a0407a

Complementary Color

#a0407a #40a066

#a0407a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0407a Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0407a Color CSS Codes

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

#a0407a Text Font Color

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

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


#a0407a Background Color

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

This div background color is #a0407a


#a0407a Border Color

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

This div border color is #a0407a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0407a


Comments

No comments written yet.

Please login to write comment.