Color Hex Logo

#a67884 Color Hex

#A67884
(166,120,132)
0 Favorites   0 Comments

Color spaces of #a67884

RGB 166120132
HSL0.960.210.56
HSV344°28°65°
CMYK 0.000.280.20   0.35
XYZ26.607223.205924.9066
Yxy23.20590.35610.3106
Hunter Lab48.172514.28933.0661
CIE-Lab55.283819.82450.5876

#a67884 color RGB value is (166,120,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111000 10000100
Octal 246 170 204
Decimal 166 120 132
Hex A6 78 84

RGB Percentages of Color #a67884

%39.71
%28.71
%31.58

CMYK Percentages of Color #a67884

%0
%28
%20
%35

Triadic Colors of #a67884

#a67884 #84a678 #7884a6

Analogous Colors of #a67884

#a67884 #a68378 #a6789b

Monochromatic Colors of #a67884

#a67884

Complementary Color

#a67884 #78a69a

#a67884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67884 Color CSS Codes

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

#a67884 Text Font Color

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

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


#a67884 Background Color

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

This div background color is #a67884


#a67884 Border Color

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

This div border color is #a67884


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,120,132, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67884


Comments

No comments written yet.

Please login to write comment.