Color Hex Logo

#a68bad Color Hex

#A68BAD
(166,139,173)
0 Favorites   0 Comments

Color spaces of #a68bad

RGB 166139173
HSL0.800.170.61
HSV288°20°68°
CMYK 0.040.200.00   0.32
XYZ32.501329.589443.5335
Yxy29.58940.30770.2801
Hunter Lab54.396111.4592-9.3728
CIE-Lab61.298316.4600-14.0661

#a68bad color RGB value is (166,139,173).

#a68bad hex color red value is 166, green value is 139 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #a68bad hue: 0.80 , saturation: 0.17 and the lightness value of a68bad is 0.61.

The process color (four color CMYK) of #a68bad color hex is 0.04, 0.20, 0.00, 0.32. Web safe color of #a68bad is #999999. Color #a68bad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001011 10101101
Octal 246 213 255
Decimal 166 139 173
Hex A6 8B AD

RGB Percentages of Color #a68bad

%34.73
%29.08
%36.19

CMYK Percentages of Color #a68bad

%4
%20
%0
%32

Triadic Colors of #a68bad

#a68bad #ada68b #8bada6

Analogous Colors of #a68bad

#a68bad #ad8ba3 #958bad

Monochromatic Colors of #a68bad

#a68bad

Complementary Color

#a68bad #92ad8b

#a68bad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68bad Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68bad Color CSS Codes

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

#a68bad Text Font Color

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

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


#a68bad Background Color

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

This div background color is #a68bad


#a68bad Border Color

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

This div border color is #a68bad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,139,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 #a68bad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68bad


Comments

No comments written yet.

Please login to write comment.