Color Hex Logo

#a68abb Color Hex

#A68ABB
(166,138,187)
0 Favorites   0 Comments

Color spaces of #a68abb

RGB 166138187
HSL0.760.260.64
HSV274°26°73°
CMYK 0.110.260.00   0.27
XYZ33.784029.871850.9989
Yxy29.87180.29470.2605
Hunter Lab54.655114.6899-17.0652
CIE-Lab61.543519.9439-21.6254

#a68abb color RGB value is (166,138,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001010 10111011
Octal 246 212 273
Decimal 166 138 187
Hex A6 8A BB

RGB Percentages of Color #a68abb

%33.81
%28.11
%38.09

CMYK Percentages of Color #a68abb

%11
%26
%0
%27

Triadic Colors of #a68abb

#a68abb #bba68a #8abba6

Analogous Colors of #a68abb

#a68abb #bb8ab8 #8e8abb

Monochromatic Colors of #a68abb

#a68abb

Complementary Color

#a68abb #9fbb8a

#a68abb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68abb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68abb Color CSS Codes

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

#a68abb Text Font Color

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

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


#a68abb Background Color

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

This div background color is #a68abb


#a68abb Border Color

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

This div border color is #a68abb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68abb


Comments

No comments written yet.

Please login to write comment.