Color Hex Logo

#a68bbd Color Hex

#A68BBD
(166,139,189)
0 Favorites   0 Comments

Color spaces of #a68bbd

RGB 166139189
HSL0.760.270.64
HSV272°26°74°
CMYK 0.120.260.00   0.26
XYZ34.143830.246452.1827
Yxy30.24640.29290.2595
Hunter Lab54.996714.5745-17.7586
CIE-Lab61.866219.8054-22.2615

#a68bbd color RGB value is (166,139,189).

#a68bbd hex color red value is 166, green value is 139 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #a68bbd hue: 0.76 , saturation: 0.27 and the lightness value of a68bbd is 0.64.

The process color (four color CMYK) of #a68bbd color hex is 0.12, 0.26, 0.00, 0.26. Web safe color of #a68bbd is #9999cc. Color #a68bbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001011 10111101
Octal 246 213 275
Decimal 166 139 189
Hex A6 8B BD

RGB Percentages of Color #a68bbd

%33.60
%28.14
%38.26

CMYK Percentages of Color #a68bbd

%12
%26
%0
%26

Triadic Colors of #a68bbd

#a68bbd #bda68b #8bbda6

Analogous Colors of #a68bbd

#a68bbd #bd8bbb #8d8bbd

Monochromatic Colors of #a68bbd

#a68bbd

Complementary Color

#a68bbd #a2bd8b

#a68bbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68bbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68bbd Color CSS Codes

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

#a68bbd Text Font Color

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

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


#a68bbd Background Color

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

This div background color is #a68bbd


#a68bbd Border Color

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

This div border color is #a68bbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68bbd


Comments

No comments written yet.

Please login to write comment.