Color Hex Logo

#a68cdb Color Hex

#A68CDB
(166,140,219)
0 Favorites   0 Comments

Color spaces of #a68cdb

RGB 166140219
HSL0.720.520.70
HSV260°36°86°
CMYK 0.240.360.00   0.14
XYZ37.890231.977671.1931
Yxy31.97760.26860.2267
Hunter Lab56.548720.6427-35.0601
CIE-Lab63.324426.0719-36.8230

#a68cdb color RGB value is (166,140,219).

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

The process color (four color CMYK) of #a68cdb color hex is 0.24, 0.36, 0.00, 0.14. Web safe color of #a68cdb is #9999cc. Color #a68cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001100 11011011
Octal 246 214 333
Decimal 166 140 219
Hex A6 8C DB

RGB Percentages of Color #a68cdb

%31.62
%26.67
%41.71

CMYK Percentages of Color #a68cdb

%24
%36
%0
%14

Triadic Colors of #a68cdb

#a68cdb #dba68c #8cdba6

Analogous Colors of #a68cdb

#a68cdb #ce8cdb #8c9adb

Monochromatic Colors of #a68cdb

#a68cdb

Complementary Color

#a68cdb #c1db8c

#a68cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68cdb Color CSS Codes

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

#a68cdb Text Font Color

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

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


#a68cdb Background Color

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

This div background color is #a68cdb


#a68cdb Border Color

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

This div border color is #a68cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68cdb


Comments

No comments written yet.

Please login to write comment.