Color Hex Logo

#a68cbb Color Hex

#A68CBB
(166,140,187)
0 Favorites   0 Comments

Color spaces of #a68cbb

RGB 166140187
HSL0.760.260.64
HSV273°25°73°
CMYK 0.110.250.00   0.27
XYZ34.073630.451051.0955
Yxy30.45100.29470.2634
Hunter Lab55.182413.6495-16.2712
CIE-Lab62.041418.8066-20.8649

#a68cbb color RGB value is (166,140,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 10111011
Octal 246 214 273
Decimal 166 140 187
Hex A6 8C BB

RGB Percentages of Color #a68cbb

%33.67
%28.40
%37.93

CMYK Percentages of Color #a68cbb

%11
%25
%0
%27

Triadic Colors of #a68cbb

#a68cbb #bba68c #8cbba6

Analogous Colors of #a68cbb

#a68cbb #bb8cb9 #8f8cbb

Monochromatic Colors of #a68cbb

#a68cbb

Complementary Color

#a68cbb #a1bb8c

#a68cbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cbb Color CSS Codes

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

#a68cbb Text Font Color

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

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


#a68cbb Background Color

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

This div background color is #a68cbb


#a68cbb Border Color

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

This div border color is #a68cbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cbb

#a68cbb Color Palettes


Comments

No comments written yet.

Please login to write comment.