Color Hex Logo

#a68fae Color Hex

#A68FAE
(166,143,174)
0 Favorites   0 Comments

Color spaces of #a68fae

RGB 166143174
HSL0.790.160.62
HSV285°18°68°
CMYK 0.050.180.00   0.32
XYZ33.188330.807944.2417
Yxy30.80790.30660.2846
Hunter Lab55.50499.5979-8.4053
CIE-Lab62.345114.3943-13.0559

#a68fae color RGB value is (166,143,174).

#a68fae hex color red value is 166, green value is 143 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #a68fae hue: 0.79 , saturation: 0.16 and the lightness value of a68fae is 0.62.

The process color (four color CMYK) of #a68fae color hex is 0.05, 0.18, 0.00, 0.32. Web safe color of #a68fae is #999999. Color #a68fae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001111 10101110
Octal 246 217 256
Decimal 166 143 174
Hex A6 8F AE

RGB Percentages of Color #a68fae

%34.37
%29.61
%36.02

CMYK Percentages of Color #a68fae

%5
%18
%0
%32

Triadic Colors of #a68fae

#a68fae #aea68f #8faea6

Analogous Colors of #a68fae

#a68fae #ae8fa7 #978fae

Monochromatic Colors of #a68fae

#a68fae

Complementary Color

#a68fae #97ae8f

#a68fae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68fae Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68fae Color CSS Codes

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

#a68fae Text Font Color

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

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


#a68fae Background Color

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

This div background color is #a68fae


#a68fae Border Color

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

This div border color is #a68fae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68fae


Comments

No comments written yet.

Please login to write comment.