Color Hex Logo

#a288dd Color Hex

#A288DD
(162,136,221)
0 Favorites   0 Comments

Color spaces of #a288dd

RGB 162136221
HSL0.720.560.70
HSV258°38°87°
CMYK 0.270.380.00   0.13
XYZ36.755630.510272.3584
Yxy30.51020.26320.2185
Hunter Lab55.236022.1158-39.0038
CIE-Lab62.092027.6737-39.8898

#a288dd color RGB value is (162,136,221).

#a288dd hex color red value is 162, green value is 136 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #a288dd hue: 0.72 , saturation: 0.56 and the lightness value of a288dd is 0.70.

The process color (four color CMYK) of #a288dd color hex is 0.27, 0.38, 0.00, 0.13. Web safe color of #a288dd is #9999cc. Color #a288dd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100010 10001000 11011101
Octal 242 210 335
Decimal 162 136 221
Hex A2 88 DD

RGB Percentages of Color #a288dd

%31.21
%26.20
%42.58

CMYK Percentages of Color #a288dd

%27
%38
%0
%13

Triadic Colors of #a288dd

#a288dd #dda288 #88dda2

Analogous Colors of #a288dd

#a288dd #cd88dd #8899dd

Monochromatic Colors of #a288dd

#a288dd

Complementary Color

#a288dd #c3dd88

#a288dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a288dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a288dd Color CSS Codes

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

#a288dd Text Font Color

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

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


#a288dd Background Color

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

This div background color is #a288dd


#a288dd Border Color

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

This div border color is #a288dd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a288dd


Comments

No comments written yet.

Please login to write comment.