Color Hex Logo

#a67695 Color Hex

#A67695
(166,118,149)
0 Favorites   0 Comments

Color spaces of #a67695

RGB 166118149
HSL0.890.210.56
HSV321°29°65°
CMYK 0.000.290.10   0.35
XYZ27.629123.233831.4621
Yxy23.23380.33560.2822
Hunter Lab48.201517.9638-4.9588
CIE-Lab55.312323.8363-9.2703

#a67695 color RGB value is (166,118,149).

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

The process color (four color CMYK) of #a67695 color hex is 0.00, 0.29, 0.10, 0.35. Web safe color of #a67695 is #996699. Color #a67695 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01110110 10010101
Octal 246 166 225
Decimal 166 118 149
Hex A6 76 95

RGB Percentages of Color #a67695

%38.34
%27.25
%34.41

CMYK Percentages of Color #a67695

%0
%29
%10
%35

Triadic Colors of #a67695

#a67695 #95a676 #7695a6

Analogous Colors of #a67695

#a67695 #a6767d #9f76a6

Monochromatic Colors of #a67695

#a67695

Complementary Color

#a67695 #76a687

#a67695 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67695 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67695 Color CSS Codes

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

#a67695 Text Font Color

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

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


#a67695 Background Color

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

This div background color is #a67695


#a67695 Border Color

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

This div border color is #a67695


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67695


Comments

No comments written yet.

Please login to write comment.