Color Hex Logo

#a67fad Color Hex

#A67FAD
(166,127,173)
0 Favorites   0 Comments

Color spaces of #a67fad

RGB 166127173
HSL0.810.220.59
HSV291°27°68°
CMYK 0.040.270.00   0.32
XYZ30.858126.302942.9857
Yxy26.30290.30810.2626
Hunter Lab51.286417.6492-13.7935
CIE-Lab58.323523.2881-18.5745

#a67fad color RGB value is (166,127,173).

#a67fad hex color red value is 166, green value is 127 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a67fad hue: 0.81 , saturation: 0.22 and the lightness value of a67fad is 0.59.

The process color (four color CMYK) of #a67fad color hex is 0.04, 0.27, 0.00, 0.32. Web safe color of #a67fad is #996699. Color #a67fad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 01111111 10101101
Octal 246 177 255
Decimal 166 127 173
Hex A6 7F AD

RGB Percentages of Color #a67fad

%35.62
%27.25
%37.12

CMYK Percentages of Color #a67fad

%4
%27
%0
%32

Triadic Colors of #a67fad

#a67fad #ada67f #7fada6

Analogous Colors of #a67fad

#a67fad #ad7f9d #8f7fad

Monochromatic Colors of #a67fad

#a67fad

Complementary Color

#a67fad #86ad7f

#a67fad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a67fad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a67fad Color CSS Codes

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

#a67fad Text Font Color

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

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


#a67fad Background Color

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

This div background color is #a67fad


#a67fad Border Color

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

This div border color is #a67fad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a67fad


Comments

No comments written yet.

Please login to write comment.