Color Hex Logo

#a988da Color Hex

#A988DA
(169,136,218)
0 Favorites   0 Comments

Color spaces of #a988da

RGB 169136218
HSL0.730.530.69
HSV264°38°85°
CMYK 0.220.380.00   0.15
XYZ37.821231.105370.3402
Yxy31.10530.27160.2234
Hunter Lab55.772123.4464-35.7365
CIE-Lab62.596428.9861-37.3821

#a988da color RGB value is (169,136,218).

#a988da hex color red value is 169, green value is 136 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #a988da hue: 0.73 , saturation: 0.53 and the lightness value of a988da is 0.69.

The process color (four color CMYK) of #a988da color hex is 0.22, 0.38, 0.00, 0.15. Web safe color of #a988da is #9999cc. Color #a988da contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001000 11011010
Octal 251 210 332
Decimal 169 136 218
Hex A9 88 DA

RGB Percentages of Color #a988da

%32.31
%26.00
%41.68

CMYK Percentages of Color #a988da

%22
%38
%0
%15

Triadic Colors of #a988da

#a988da #daa988 #88daa9

Analogous Colors of #a988da

#a988da #d288da #8890da

Monochromatic Colors of #a988da

#a988da

Complementary Color

#a988da #b9da88

#a988da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a988da Color Preview on White Background

Lorem ipsum dolor sit amet.

#a988da Color CSS Codes

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

#a988da Text Font Color

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

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


#a988da Background Color

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

This div background color is #a988da


#a988da Border Color

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

This div border color is #a988da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a988da


Comments

No comments written yet.

Please login to write comment.