Color Hex Logo

#a68dee Color Hex

#A68DEE
(166,141,238)
0 Favorites   0 Comments

Color spaces of #a68dee

RGB 166141238
HSL0.710.740.74
HSV255°41°93°
CMYK 0.300.410.00   0.07
XYZ40.683433.329885.1780
Yxy33.32980.25560.2094
Hunter Lab57.732024.7570-47.0644
CIE-Lab64.427130.1479-45.6159

#a68dee color RGB value is (166,141,238).

#a68dee hex color red value is 166, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #a68dee hue: 0.71 , saturation: 0.74 and the lightness value of a68dee is 0.74.

The process color (four color CMYK) of #a68dee color hex is 0.30, 0.41, 0.00, 0.07. Web safe color of #a68dee is #9999ff. Color #a68dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001101 11101110
Octal 246 215 356
Decimal 166 141 238
Hex A6 8D EE

RGB Percentages of Color #a68dee

%30.46
%25.87
%43.67

CMYK Percentages of Color #a68dee

%30
%41
%0
%7

Triadic Colors of #a68dee

#a68dee #eea68d #8deea6

Analogous Colors of #a68dee

#a68dee #d78dee #8da5ee

Monochromatic Colors of #a68dee

#a68dee

Complementary Color

#a68dee #d5ee8d

#a68dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68dee Color CSS Codes

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

#a68dee Text Font Color

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

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


#a68dee Background Color

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

This div background color is #a68dee


#a68dee Border Color

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

This div border color is #a68dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68dee


Comments

No comments written yet.

Please login to write comment.