Color Hex Logo

#a06880 Color Hex

#A06880
(160,104,128)
0 Favorites   0 Comments

Color spaces of #a06880

RGB 160104128
HSL0.930.230.52
HSV334°35°63°
CMYK 0.000.350.20   0.37
XYZ23.343818.932722.8461
Yxy18.93270.35850.2907
Hunter Lab43.511719.6188-0.6724
CIE-Lab50.608426.0175-4.0029

#a06880 color RGB value is (160,104,128).

#a06880 hex color red value is 160, green value is 104 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #a06880 hue: 0.93 , saturation: 0.23 and the lightness value of a06880 is 0.52.

The process color (four color CMYK) of #a06880 color hex is 0.00, 0.35, 0.20, 0.37. Web safe color of #a06880 is #996699. Color #a06880 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01101000 10000000
Octal 240 150 200
Decimal 160 104 128
Hex A0 68 80

RGB Percentages of Color #a06880

%40.82
%26.53
%32.65

CMYK Percentages of Color #a06880

%0
%35
%20
%37

Triadic Colors of #a06880

#a06880 #80a068 #6880a0

Analogous Colors of #a06880

#a06880 #a06c68 #a0689c

Monochromatic Colors of #a06880

#a06880

Complementary Color

#a06880 #68a088

#a06880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06880 Color CSS Codes

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

#a06880 Text Font Color

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

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


#a06880 Background Color

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

This div background color is #a06880


#a06880 Border Color

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

This div border color is #a06880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06880


Comments

No comments written yet.

Please login to write comment.