Color Hex Logo

#a67897 Color Hex

#A67897
(166,120,151)
0 Favorites   0 Comments

Color spaces of #a67897

RGB 166120151
HSL0.890.210.56
HSV320°28°65°
CMYK 0.000.280.09   0.35
XYZ28.028323.774332.3898
Yxy23.77430.33290.2824
Hunter Lab48.758917.2799-5.2542
CIE-Lab55.861123.0586-9.6112

#a67897 color RGB value is (166,120,151).

#a67897 hex color red value is 166, green value is 120 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #a67897 hue: 0.89 , saturation: 0.21 and the lightness value of a67897 is 0.56.

The process color (four color CMYK) of #a67897 color hex is 0.00, 0.28, 0.09, 0.35. Web safe color of #a67897 is #996699. Color #a67897 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 10010111
Octal 246 170 227
Decimal 166 120 151
Hex A6 78 97

RGB Percentages of Color #a67897

%37.99
%27.46
%34.55

CMYK Percentages of Color #a67897

%0
%28
%9
%35

Triadic Colors of #a67897

#a67897 #97a678 #7897a6

Analogous Colors of #a67897

#a67897 #a67880 #9e78a6

Monochromatic Colors of #a67897

#a67897

Complementary Color

#a67897 #78a687

#a67897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67897 Color CSS Codes

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

#a67897 Text Font Color

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

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


#a67897 Background Color

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

This div background color is #a67897


#a67897 Border Color

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

This div border color is #a67897


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,120,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 #a67897">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67897


Comments

No comments written yet.

Please login to write comment.