Color Hex Logo

#a68db2 Color Hex

#A68DB2
(166,141,178)
0 Favorites   0 Comments

Color spaces of #a68db2

RGB 166141178
HSL0.780.190.63
HSV281°21°70°
CMYK 0.070.210.00   0.30
XYZ33.286630.371146.2273
Yxy30.37110.30290.2764
Hunter Lab55.110011.3721-11.1566
CIE-Lab61.973116.3451-15.8811

#a68db2 color RGB value is (166,141,178).

#a68db2 hex color red value is 166, green value is 141 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #a68db2 hue: 0.78 , saturation: 0.19 and the lightness value of a68db2 is 0.63.

The process color (four color CMYK) of #a68db2 color hex is 0.07, 0.21, 0.00, 0.30. Web safe color of #a68db2 is #999999. Color #a68db2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001101 10110010
Octal 246 215 262
Decimal 166 141 178
Hex A6 8D B2

RGB Percentages of Color #a68db2

%34.23
%29.07
%36.70

CMYK Percentages of Color #a68db2

%7
%21
%0
%30

Triadic Colors of #a68db2

#a68db2 #b2a68d #8db2a6

Analogous Colors of #a68db2

#a68db2 #b28dac #948db2

Monochromatic Colors of #a68db2

#a68db2

Complementary Color

#a68db2 #99b28d

#a68db2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68db2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68db2 Color CSS Codes

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

#a68db2 Text Font Color

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

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


#a68db2 Background Color

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

This div background color is #a68db2


#a68db2 Border Color

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

This div border color is #a68db2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68db2


Comments

No comments written yet.

Please login to write comment.