Color Hex Logo

#a68dda Color Hex

#A68DDA
(166,141,218)
0 Favorites   0 Comments

Color spaces of #a68dda

RGB 166141218
HSL0.720.510.70
HSV259°35°85°
CMYK 0.240.350.00   0.15
XYZ37.905732.218770.5507
Yxy32.21870.26950.2290
Hunter Lab56.761519.8708-33.9604
CIE-Lab63.523225.2649-35.9565

#a68dda color RGB value is (166,141,218).

#a68dda hex color red value is 166, green value is 141 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a68dda hue: 0.72 , saturation: 0.51 and the lightness value of a68dda is 0.70.

The process color (four color CMYK) of #a68dda color hex is 0.24, 0.35, 0.00, 0.15. Web safe color of #a68dda is #9999cc. Color #a68dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001101 11011010
Octal 246 215 332
Decimal 166 141 218
Hex A6 8D DA

RGB Percentages of Color #a68dda

%31.62
%26.86
%41.52

CMYK Percentages of Color #a68dda

%24
%35
%0
%15

Triadic Colors of #a68dda

#a68dda #daa68d #8ddaa6

Analogous Colors of #a68dda

#a68dda #cd8dda #8d9bda

Monochromatic Colors of #a68dda

#a68dda

Complementary Color

#a68dda #c1da8d

#a68dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68dda Color CSS Codes

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

#a68dda Text Font Color

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

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


#a68dda Background Color

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

This div background color is #a68dda


#a68dda Border Color

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

This div border color is #a68dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68dda


Comments

No comments written yet.

Please login to write comment.