Color Hex Logo

#a69fdd Color Hex

#A69FDD
(166,159,221)
0 Favorites   0 Comments

Color spaces of #a69fdd

RGB 166159221
HSL0.690.480.75
HSV247°28°87°
CMYK 0.250.280.00   0.13
XYZ41.175238.123773.5951
Yxy38.12370.26930.2493
Hunter Lab61.744410.9828-27.4486
CIE-Lab68.111715.7782-30.4997

#a69fdd color RGB value is (166,159,221).

#a69fdd hex color red value is 166, green value is 159 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a69fdd hue: 0.69 , saturation: 0.48 and the lightness value of a69fdd is 0.75.

The process color (four color CMYK) of #a69fdd color hex is 0.25, 0.28, 0.00, 0.13. Web safe color of #a69fdd is #9999cc. Color #a69fdd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100110 10011111 11011101
Octal 246 237 335
Decimal 166 159 221
Hex A6 9F DD

RGB Percentages of Color #a69fdd

%30.40
%29.12
%40.48

CMYK Percentages of Color #a69fdd

%25
%28
%0
%13

Triadic Colors of #a69fdd

#a69fdd #dda69f #9fdda6

Analogous Colors of #a69fdd

#a69fdd #c59fdd #9fb7dd

Monochromatic Colors of #a69fdd

#a69fdd

Complementary Color

#a69fdd #d6dd9f

#a69fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a69fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a69fdd Color CSS Codes

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

#a69fdd Text Font Color

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

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


#a69fdd Background Color

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

This div background color is #a69fdd


#a69fdd Border Color

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

This div border color is #a69fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a69fdd


Comments

No comments written yet.

Please login to write comment.