Color Hex Logo

#a0758f Color Hex

#A0758F
(160,117,143)
0 Favorites   0 Comments

Color spaces of #a0758f

RGB 160117143
HSL0.900.180.54
HSV324°27°63°
CMYK 0.000.270.11   0.37
XYZ25.816422.179328.9070
Yxy22.17930.33570.2884
Hunter Lab47.094915.4337-3.4260
CIE-Lab54.216721.1508-7.4785

#a0758f color RGB value is (160,117,143).

#a0758f hex color red value is 160, green value is 117 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #a0758f hue: 0.90 , saturation: 0.18 and the lightness value of a0758f is 0.54.

The process color (four color CMYK) of #a0758f color hex is 0.00, 0.27, 0.11, 0.37. Web safe color of #a0758f is #996699. Color #a0758f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01110101 10001111
Octal 240 165 217
Decimal 160 117 143
Hex A0 75 8F

RGB Percentages of Color #a0758f

%38.10
%27.86
%34.05

CMYK Percentages of Color #a0758f

%0
%27
%11
%37

Triadic Colors of #a0758f

#a0758f #8fa075 #758fa0

Analogous Colors of #a0758f

#a0758f #a0757a #9c75a0

Monochromatic Colors of #a0758f

#a0758f

Complementary Color

#a0758f #75a086

#a0758f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a0758f Color Preview on White Background

Lorem ipsum dolor sit amet.

#a0758f Color CSS Codes

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

#a0758f Text Font Color

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

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


#a0758f Background Color

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

This div background color is #a0758f


#a0758f Border Color

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

This div border color is #a0758f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a0758f


Comments

No comments written yet.

Please login to write comment.