Color Hex Logo

#a69aed Color Hex

#A69AED
(166,154,237)
0 Favorites   0 Comments

Color spaces of #a69aed

RGB 166154237
HSL0.690.700.77
HSV249°35°93°
CMYK 0.300.350.00   0.07
XYZ42.567537.332685.0831
Yxy37.33260.25800.2263
Hunter Lab61.100417.4319-39.7918
CIE-Lab67.525822.5206-40.2047

#a69aed color RGB value is (166,154,237).

#a69aed hex color red value is 166, green value is 154 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #a69aed hue: 0.69 , saturation: 0.70 and the lightness value of a69aed is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011010 11101101
Octal 246 232 355
Decimal 166 154 237
Hex A6 9A ED

RGB Percentages of Color #a69aed

%29.80
%27.65
%42.55

CMYK Percentages of Color #a69aed

%30
%35
%0
%7

Triadic Colors of #a69aed

#a69aed #eda69a #9aeda6

Analogous Colors of #a69aed

#a69aed #d09aed #9ab8ed

Monochromatic Colors of #a69aed

#a69aed

Complementary Color

#a69aed #e1ed9a

#a69aed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69aed Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69aed Color CSS Codes

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

#a69aed Text Font Color

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

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


#a69aed Background Color

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

This div background color is #a69aed


#a69aed Border Color

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

This div border color is #a69aed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69aed


Comments

No comments written yet.

Please login to write comment.