Color Hex Logo

#a988d7 Color Hex

#A988D7
(169,136,215)
0 Favorites   0 Comments

Color spaces of #a988d7

RGB 169136215
HSL0.740.500.69
HSV265°37°84°
CMYK 0.210.370.00   0.16
XYZ37.432130.949668.2910
Yxy30.94960.27390.2265
Hunter Lab55.632422.7466-33.8382
CIE-Lab62.465128.2868-35.9131

#a988d7 color RGB value is (169,136,215).

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

The process color (four color CMYK) of #a988d7 color hex is 0.21, 0.37, 0.00, 0.16. Web safe color of #a988d7 is #9999cc. Color #a988d7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001000 11010111
Octal 251 210 327
Decimal 169 136 215
Hex A9 88 D7

RGB Percentages of Color #a988d7

%32.50
%26.15
%41.35

CMYK Percentages of Color #a988d7

%21
%37
%0
%16

Triadic Colors of #a988d7

#a988d7 #d7a988 #88d7a9

Analogous Colors of #a988d7

#a988d7 #d188d7 #888fd7

Monochromatic Colors of #a988d7

#a988d7

Complementary Color

#a988d7 #b6d788

#a988d7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a988d7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a988d7 Color CSS Codes

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

#a988d7 Text Font Color

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

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


#a988d7 Background Color

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

This div background color is #a988d7


#a988d7 Border Color

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

This div border color is #a988d7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a988d7


Comments

No comments written yet.

Please login to write comment.