Color Hex Logo

#a67186 Color Hex

#A67186
(166,113,134)
0 Favorites   0 Comments

Color spaces of #a67186

RGB 166113134
HSL0.930.230.55
HSV336°32°65°
CMYK 0.000.320.19   0.35
XYZ25.934121.638525.3640
Yxy21.63850.35560.2967
Hunter Lab46.517218.11160.2335
CIE-Lab53.641324.1223-2.9885

#a67186 color RGB value is (166,113,134).

#a67186 hex color red value is 166, green value is 113 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #a67186 hue: 0.93 , saturation: 0.23 and the lightness value of a67186 is 0.55.

The process color (four color CMYK) of #a67186 color hex is 0.00, 0.32, 0.19, 0.35. Web safe color of #a67186 is #996699. Color #a67186 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110001 10000110
Octal 246 161 206
Decimal 166 113 134
Hex A6 71 86

RGB Percentages of Color #a67186

%40.19
%27.36
%32.45

CMYK Percentages of Color #a67186

%0
%32
%19
%35

Triadic Colors of #a67186

#a67186 #86a671 #7186a6

Analogous Colors of #a67186

#a67186 #a67771 #a671a1

Monochromatic Colors of #a67186

#a67186

Complementary Color

#a67186 #71a691

#a67186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67186 Color CSS Codes

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

#a67186 Text Font Color

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

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


#a67186 Background Color

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

This div background color is #a67186


#a67186 Border Color

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

This div border color is #a67186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67186


Comments

No comments written yet.

Please login to write comment.