Color Hex Logo

#a06797 Color Hex

#A06797
(160,103,151)
0 Favorites   0 Comments

Color spaces of #a06797

RGB 160103151
HSL0.860.230.52
HSV309°36°63°
CMYK 0.000.360.06   0.37
XYZ24.933419.408431.7102
Yxy19.40840.32780.2552
Hunter Lab44.055023.9279-11.8377
CIE-Lab51.161630.5847-16.7734

#a06797 color RGB value is (160,103,151).

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

The process color (four color CMYK) of #a06797 color hex is 0.00, 0.36, 0.06, 0.37. Web safe color of #a06797 is #996699. Color #a06797 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 01100111 10010111
Octal 240 147 227
Decimal 160 103 151
Hex A0 67 97

RGB Percentages of Color #a06797

%38.65
%24.88
%36.47

CMYK Percentages of Color #a06797

%0
%36
%6
%37

Triadic Colors of #a06797

#a06797 #97a067 #6797a0

Analogous Colors of #a06797

#a06797 #a0677b #8d67a0

Monochromatic Colors of #a06797

#a06797

Complementary Color

#a06797 #67a070

#a06797 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a06797 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a06797 Color CSS Codes

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

#a06797 Text Font Color

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

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


#a06797 Background Color

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

This div background color is #a06797


#a06797 Border Color

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

This div border color is #a06797


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a06797


Comments

No comments written yet.

Please login to write comment.