Color Hex Logo

#a88fdd Color Hex

#A88FDD
(168,143,221)
0 Favorites   0 Comments

Color spaces of #a88fdd

RGB 168143221
HSL0.720.530.71
HSV259°35°87°
CMYK 0.240.350.00   0.13
XYZ39.022133.190272.7563
Yxy33.19020.26920.2289
Hunter Lab57.610920.0858-34.5491
CIE-Lab64.314625.4320-36.3770

#a88fdd color RGB value is (168,143,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001111 11011101
Octal 250 217 335
Decimal 168 143 221
Hex A8 8F DD

RGB Percentages of Color #a88fdd

%31.58
%26.88
%41.54

CMYK Percentages of Color #a88fdd

%24
%35
%0
%13

Triadic Colors of #a88fdd

#a88fdd #dda88f #8fdda8

Analogous Colors of #a88fdd

#a88fdd #cf8fdd #8f9ddd

Monochromatic Colors of #a88fdd

#a88fdd

Complementary Color

#a88fdd #c4dd8f

#a88fdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88fdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88fdd Color CSS Codes

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

#a88fdd Text Font Color

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

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


#a88fdd Background Color

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

This div background color is #a88fdd


#a88fdd Border Color

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

This div border color is #a88fdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88fdd


Comments

No comments written yet.

Please login to write comment.