Color Hex Logo

#a988ca Color Hex

#A988CA
(169,136,202)
0 Favorites   0 Comments

Color spaces of #a988ca

RGB 169136202
HSL0.750.380.66
HSV270°33°79°
CMYK 0.160.330.00   0.21
XYZ35.827030.307659.8388
Yxy30.30760.28440.2406
Hunter Lab55.052319.8228-25.9083
CIE-Lab61.918725.3265-29.4789

#a988ca color RGB value is (169,136,202).

#a988ca hex color red value is 169, green value is 136 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #a988ca hue: 0.75 , saturation: 0.38 and the lightness value of a988ca is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001000 11001010
Octal 251 210 312
Decimal 169 136 202
Hex A9 88 CA

RGB Percentages of Color #a988ca

%33.33
%26.82
%39.84

CMYK Percentages of Color #a988ca

%16
%33
%0
%21

Triadic Colors of #a988ca

#a988ca #caa988 #88caa9

Analogous Colors of #a988ca

#a988ca #ca88ca #8888ca

Monochromatic Colors of #a988ca

#a988ca

Complementary Color

#a988ca #a9ca88

#a988ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a988ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a988ca Color CSS Codes

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

#a988ca Text Font Color

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

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


#a988ca Background Color

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

This div background color is #a988ca


#a988ca Border Color

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

This div border color is #a988ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a988ca


Comments

No comments written yet.

Please login to write comment.