Color Hex Logo

#a68cbc Color Hex

#A68CBC
(166,140,188)
0 Favorites   0 Comments

Color spaces of #a68cbc

RGB 166140188
HSL0.760.260.64
HSV273°26°74°
CMYK 0.120.260.00   0.26
XYZ34.181130.494051.6613
Yxy30.49400.29380.2621
Hunter Lab55.221413.8511-16.8127
CIE-Lab62.078119.0215-21.3731

#a68cbc color RGB value is (166,140,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 10111100
Octal 246 214 274
Decimal 166 140 188
Hex A6 8C BC

RGB Percentages of Color #a68cbc

%33.60
%28.34
%38.06

CMYK Percentages of Color #a68cbc

%12
%26
%0
%26

Triadic Colors of #a68cbc

#a68cbc #bca68c #8cbca6

Analogous Colors of #a68cbc

#a68cbc #bc8cba #8e8cbc

Monochromatic Colors of #a68cbc

#a68cbc

Complementary Color

#a68cbc #a2bc8c

#a68cbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cbc Color CSS Codes

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

#a68cbc Text Font Color

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

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


#a68cbc Background Color

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

This div background color is #a68cbc


#a68cbc Border Color

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

This div border color is #a68cbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cbc


Comments

No comments written yet.

Please login to write comment.