Color Hex Logo

#a68de0 Color Hex

#A68DE0
(166,141,224)
0 Favorites   0 Comments

Color spaces of #a68de0

RGB 166141224
HSL0.720.570.72
HSV258°37°88°
CMYK 0.260.370.00   0.12
XYZ38.705332.538674.7616
Yxy32.53860.26510.2229
Hunter Lab57.042621.2936-37.7773
CIE-Lab63.785626.7041-38.8810

#a68de0 color RGB value is (166,141,224).

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

The process color (four color CMYK) of #a68de0 color hex is 0.26, 0.37, 0.00, 0.12. Web safe color of #a68de0 is #9999cc. Color #a68de0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10001101 11100000
Octal 246 215 340
Decimal 166 141 224
Hex A6 8D E0

RGB Percentages of Color #a68de0

%31.26
%26.55
%42.18

CMYK Percentages of Color #a68de0

%26
%37
%0
%12

Triadic Colors of #a68de0

#a68de0 #e0a68d #8de0a6

Analogous Colors of #a68de0

#a68de0 #d08de0 #8d9ee0

Monochromatic Colors of #a68de0

#a68de0

Complementary Color

#a68de0 #c7e08d

#a68de0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a68de0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a68de0 Color CSS Codes

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

#a68de0 Text Font Color

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

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


#a68de0 Background Color

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

This div background color is #a68de0


#a68de0 Border Color

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

This div border color is #a68de0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a68de0


Comments

No comments written yet.

Please login to write comment.