Color Hex Logo

#a68edb Color Hex

#A68EDB
(166,142,219)
0 Favorites   0 Comments

Color spaces of #a68edb

RGB 166142219
HSL0.720.520.71
HSV259°35°86°
CMYK 0.240.350.00   0.14
XYZ38.185132.567571.2914
Yxy32.56750.26880.2293
Hunter Lab57.067919.5684-34.1197
CIE-Lab63.809224.9345-36.0670

#a68edb color RGB value is (166,142,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001110 11011011
Octal 246 216 333
Decimal 166 142 219
Hex A6 8E DB

RGB Percentages of Color #a68edb

%31.50
%26.94
%41.56

CMYK Percentages of Color #a68edb

%24
%35
%0
%14

Triadic Colors of #a68edb

#a68edb #dba68e #8edba6

Analogous Colors of #a68edb

#a68edb #cd8edb #8e9ddb

Monochromatic Colors of #a68edb

#a68edb

Complementary Color

#a68edb #c3db8e

#a68edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68edb Color CSS Codes

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

#a68edb Text Font Color

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

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


#a68edb Background Color

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

This div background color is #a68edb


#a68edb Border Color

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

This div border color is #a68edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68edb


Comments

No comments written yet.

Please login to write comment.