Color Hex Logo

#a988fd Color Hex

#A988FD
(169,136,253)
0 Favorites   0 Comments

Color spaces of #a988fd

RGB 169136253
HSL0.710.970.76
HSV257°46°99°
CMYK 0.330.460.00   0.01
XYZ42.896033.135297.0634
Yxy33.13520.24780.1914
Hunter Lab57.563232.2824-59.6809
CIE-Lab64.270237.5348-54.0873

#a988fd color RGB value is (169,136,253).

#a988fd hex color red value is 169, green value is 136 and the blue value of its RGB is 253. Cylindrical-coordinate representations (also known as HSL) of color #a988fd hue: 0.71 , saturation: 0.97 and the lightness value of a988fd is 0.76.

The process color (four color CMYK) of #a988fd color hex is 0.33, 0.46, 0.00, 0.01. Web safe color of #a988fd is #9999ff. Color #a988fd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001000 11111101
Octal 251 210 375
Decimal 169 136 253
Hex A9 88 FD

RGB Percentages of Color #a988fd

%30.29
%24.37
%45.34

CMYK Percentages of Color #a988fd

%33
%46
%0
%1

Triadic Colors of #a988fd

#a988fd #fda988 #88fda9

Analogous Colors of #a988fd

#a988fd #e488fd #88a2fd

Monochromatic Colors of #a988fd

#a988fd

Complementary Color

#a988fd #dcfd88

#a988fd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a988fd Color Preview on White Background

Lorem ipsum dolor sit amet.

#a988fd Color CSS Codes

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

#a988fd Text Font Color

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

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


#a988fd Background Color

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

This div background color is #a988fd


#a988fd Border Color

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

This div border color is #a988fd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a988fd


Comments

No comments written yet.

Please login to write comment.