Color Hex Logo

#a88eda Color Hex

#A88EDA
(168,142,218)
0 Favorites   0 Comments

Color spaces of #a88eda

RGB 168142218
HSL0.720.510.71
HSV261°35°85°
CMYK 0.230.350.00   0.15
XYZ38.476332.732870.6198
Yxy32.73280.27130.2308
Hunter Lab57.212619.9218-33.1352
CIE-Lab63.944025.2889-35.2875

#a88eda color RGB value is (168,142,218).

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

The process color (four color CMYK) of #a88eda color hex is 0.23, 0.35, 0.00, 0.15. Web safe color of #a88eda is #9999cc. Color #a88eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001110 11011010
Octal 250 216 332
Decimal 168 142 218
Hex A8 8E DA

RGB Percentages of Color #a88eda

%31.82
%26.89
%41.29

CMYK Percentages of Color #a88eda

%23
%35
%0
%15

Triadic Colors of #a88eda

#a88eda #daa88e #8edaa8

Analogous Colors of #a88eda

#a88eda #ce8eda #8e9ada

Monochromatic Colors of #a88eda

#a88eda

Complementary Color

#a88eda #c0da8e

#a88eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88eda Color CSS Codes

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

#a88eda Text Font Color

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

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


#a88eda Background Color

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

This div background color is #a88eda


#a88eda Border Color

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

This div border color is #a88eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,142,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88eda


Comments

No comments written yet.

Please login to write comment.