Color Hex Logo

#a0739f Color Hex

#A0739F
(160,115,159)
0 Favorites   0 Comments

Color spaces of #a0739f

RGB 160115159
HSL0.840.190.54
HSV301°28°63°
CMYK 0.000.280.01   0.37
XYZ26.885922.238335.6763
Yxy22.23830.31700.2622
Hunter Lab47.157519.2426-11.8447
CIE-Lab54.278925.2938-16.7100

#a0739f color RGB value is (160,115,159).

#a0739f hex color red value is 160, green value is 115 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #a0739f hue: 0.84 , saturation: 0.19 and the lightness value of a0739f is 0.54.

The process color (four color CMYK) of #a0739f color hex is 0.00, 0.28, 0.01, 0.37. Web safe color of #a0739f is #996699. Color #a0739f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110011 10011111
Octal 240 163 237
Decimal 160 115 159
Hex A0 73 9F

RGB Percentages of Color #a0739f

%36.87
%26.50
%36.64

CMYK Percentages of Color #a0739f

%0
%28
%1
%37

Triadic Colors of #a0739f

#a0739f #9fa073 #739fa0

Analogous Colors of #a0739f

#a0739f #a07389 #8b73a0

Monochromatic Colors of #a0739f

#a0739f

Complementary Color

#a0739f #73a074

#a0739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0739f Color CSS Codes

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

#a0739f Text Font Color

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

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


#a0739f Background Color

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

This div background color is #a0739f


#a0739f Border Color

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

This div border color is #a0739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0739f


Comments

No comments written yet.

Please login to write comment.