Color Hex Logo

#a68cdd Color Hex

#A68CDD
(166,140,221)
0 Favorites   0 Comments

Color spaces of #a68cdd

RGB 166140221
HSL0.720.540.71
HSV259°37°87°
CMYK 0.250.370.00   0.13
XYZ38.155132.083672.5884
Yxy32.08360.26710.2246
Hunter Lab56.642421.1159-36.3317
CIE-Lab63.411926.5501-37.7988

#a68cdd color RGB value is (166,140,221).

#a68cdd hex color red value is 166, green value is 140 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a68cdd hue: 0.72 , saturation: 0.54 and the lightness value of a68cdd is 0.71.

The process color (four color CMYK) of #a68cdd color hex is 0.25, 0.37, 0.00, 0.13. Web safe color of #a68cdd is #9999cc. Color #a68cdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 11011101
Octal 246 214 335
Decimal 166 140 221
Hex A6 8C DD

RGB Percentages of Color #a68cdd

%31.50
%26.57
%41.94

CMYK Percentages of Color #a68cdd

%25
%37
%0
%13

Triadic Colors of #a68cdd

#a68cdd #dda68c #8cdda6

Analogous Colors of #a68cdd

#a68cdd #cf8cdd #8c9bdd

Monochromatic Colors of #a68cdd

#a68cdd

Complementary Color

#a68cdd #c3dd8c

#a68cdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cdd Color CSS Codes

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

#a68cdd Text Font Color

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

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


#a68cdd Background Color

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

This div background color is #a68cdd


#a68cdd Border Color

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

This div border color is #a68cdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cdd


Comments

No comments written yet.

Please login to write comment.