Color Hex Logo

#a888de Color Hex

#A888DE
(168,136,222)
0 Favorites   0 Comments

Color spaces of #a888de

RGB 168136222
HSL0.730.570.70
HSV262°39°87°
CMYK 0.240.390.00   0.13
XYZ38.137431.207173.1207
Yxy31.20710.26770.2191
Hunter Lab55.863324.0996-38.5016
CIE-Lab62.682129.6390-39.4832

#a888de color RGB value is (168,136,222).

#a888de hex color red value is 168, green value is 136 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a888de hue: 0.73 , saturation: 0.57 and the lightness value of a888de is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 11011110
Octal 250 210 336
Decimal 168 136 222
Hex A8 88 DE

RGB Percentages of Color #a888de

%31.94
%25.86
%42.21

CMYK Percentages of Color #a888de

%24
%39
%0
%13

Triadic Colors of #a888de

#a888de #dea888 #88dea8

Analogous Colors of #a888de

#a888de #d388de #8893de

Monochromatic Colors of #a888de

#a888de

Complementary Color

#a888de #bede88

#a888de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a888de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a888de Color CSS Codes

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

#a888de Text Font Color

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

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


#a888de Background Color

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

This div background color is #a888de


#a888de Border Color

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

This div border color is #a888de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a888de


Comments

No comments written yet.

Please login to write comment.