Color Hex Logo

#a68bdb Color Hex

#A68BDB
(166,139,219)
0 Favorites   0 Comments

Color spaces of #a68bdb

RGB 166139219
HSL0.720.530.70
HSV260°37°86°
CMYK 0.240.370.00   0.14
XYZ37.744731.686771.1446
Yxy31.68670.26850.2254
Hunter Lab56.290921.1803-35.5314
CIE-Lab63.083126.6403-37.1996

#a68bdb color RGB value is (166,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001011 11011011
Octal 246 213 333
Decimal 166 139 219
Hex A6 8B DB

RGB Percentages of Color #a68bdb

%31.68
%26.53
%41.79

CMYK Percentages of Color #a68bdb

%24
%37
%0
%14

Triadic Colors of #a68bdb

#a68bdb #dba68b #8bdba6

Analogous Colors of #a68bdb

#a68bdb #ce8bdb #8b98db

Monochromatic Colors of #a68bdb

#a68bdb

Complementary Color

#a68bdb #c0db8b

#a68bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68bdb Color CSS Codes

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

#a68bdb Text Font Color

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

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


#a68bdb Background Color

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

This div background color is #a68bdb


#a68bdb Border Color

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

This div border color is #a68bdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(166,139,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 #a68bdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68bdb


Comments

No comments written yet.

Please login to write comment.