Color Hex Logo

#a88ddd Color Hex

#A88DDD
(168,141,221)
0 Favorites   0 Comments

Color spaces of #a88ddd

RGB 168141221
HSL0.720.540.71
HSV260°36°87°
CMYK 0.240.360.00   0.13
XYZ38.724532.595072.6571
Yxy32.59500.26900.2264
Hunter Lab57.092021.1623-35.4899
CIE-Lab63.831626.5668-37.1302

#a88ddd color RGB value is (168,141,221).

#a88ddd hex color red value is 168, green value is 141 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a88ddd hue: 0.72 , saturation: 0.54 and the lightness value of a88ddd is 0.71.

The process color (four color CMYK) of #a88ddd color hex is 0.24, 0.36, 0.00, 0.13. Web safe color of #a88ddd is #9999cc. Color #a88ddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001101 11011101
Octal 250 215 335
Decimal 168 141 221
Hex A8 8D DD

RGB Percentages of Color #a88ddd

%31.70
%26.60
%41.70

CMYK Percentages of Color #a88ddd

%24
%36
%0
%13

Triadic Colors of #a88ddd

#a88ddd #dda88d #8ddda8

Analogous Colors of #a88ddd

#a88ddd #d08ddd #8d9add

Monochromatic Colors of #a88ddd

#a88ddd

Complementary Color

#a88ddd #c2dd8d

#a88ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88ddd Color CSS Codes

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

#a88ddd Text Font Color

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

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


#a88ddd Background Color

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

This div background color is #a88ddd


#a88ddd Border Color

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

This div border color is #a88ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88ddd


Comments

No comments written yet.

Please login to write comment.