Color Hex Logo

#a988b0 Color Hex

#A988B0
(169,136,176)
0 Favorites   0 Comments

Color spaces of #a988b0

RGB 169136176
HSL0.800.200.61
HSV290°23°69°
CMYK 0.040.230.00   0.31
XYZ33.002829.177944.9668
Yxy29.17790.30800.2723
Hunter Lab54.016614.5301-11.5451
CIE-Lab60.938319.8009-16.2863

#a988b0 color RGB value is (169,136,176).

#a988b0 hex color red value is 169, green value is 136 and the blue value of its RGB is 176. Cylindrical-coordinate representations (also known as HSL) of color #a988b0 hue: 0.80 , saturation: 0.20 and the lightness value of a988b0 is 0.61.

The process color (four color CMYK) of #a988b0 color hex is 0.04, 0.23, 0.00, 0.31. Web safe color of #a988b0 is #999999. Color #a988b0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001000 10110000
Octal 251 210 260
Decimal 169 136 176
Hex A9 88 B0

RGB Percentages of Color #a988b0

%35.14
%28.27
%36.59

CMYK Percentages of Color #a988b0

%4
%23
%0
%31

Triadic Colors of #a988b0

#a988b0 #b0a988 #88b0a9

Analogous Colors of #a988b0

#a988b0 #b088a3 #9588b0

Monochromatic Colors of #a988b0

#a988b0

Complementary Color

#a988b0 #8fb088

#a988b0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a988b0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a988b0 Color CSS Codes

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

#a988b0 Text Font Color

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

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


#a988b0 Background Color

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

This div background color is #a988b0


#a988b0 Border Color

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

This div border color is #a988b0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a988b0


Comments

No comments written yet.

Please login to write comment.