Color Hex Logo

#a68eaf Color Hex

#A68EAF
(166,142,175)
0 Favorites   0 Comments

Color spaces of #a68eaf

RGB 166142175
HSL0.790.170.62
HSV284°19°69°
CMYK 0.050.190.00   0.31
XYZ33.136730.548144.7073
Yxy30.54810.30570.2818
Hunter Lab55.270310.2946-9.2695
CIE-Lab62.124315.1636-13.9545

#a68eaf color RGB value is (166,142,175).

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

The process color (four color CMYK) of #a68eaf color hex is 0.05, 0.19, 0.00, 0.31. Web safe color of #a68eaf is #999999. Color #a68eaf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 10101111
Octal 246 216 257
Decimal 166 142 175
Hex A6 8E AF

RGB Percentages of Color #a68eaf

%34.37
%29.40
%36.23

CMYK Percentages of Color #a68eaf

%5
%19
%0
%31

Triadic Colors of #a68eaf

#a68eaf #afa68e #8eafa6

Analogous Colors of #a68eaf

#a68eaf #af8ea8 #968eaf

Monochromatic Colors of #a68eaf

#a68eaf

Complementary Color

#a68eaf #97af8e

#a68eaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68eaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68eaf Color CSS Codes

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

#a68eaf Text Font Color

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

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


#a68eaf Background Color

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

This div background color is #a68eaf


#a68eaf Border Color

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

This div border color is #a68eaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68eaf


Comments

No comments written yet.

Please login to write comment.