Color Hex Logo

#a989ce Color Hex

#A989CE
(169,137,206)
0 Favorites   0 Comments

Color spaces of #a989ce

RGB 169137206
HSL0.740.410.67
HSV268°33°81°
CMYK 0.180.330.00   0.19
XYZ36.448430.782662.4131
Yxy30.78260.28110.2374
Hunter Lab55.482120.1702-27.8593
CIE-Lab62.323725.6572-31.0970

#a989ce color RGB value is (169,137,206).

#a989ce hex color red value is 169, green value is 137 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a989ce hue: 0.74 , saturation: 0.41 and the lightness value of a989ce is 0.67.

The process color (four color CMYK) of #a989ce color hex is 0.18, 0.33, 0.00, 0.19. Web safe color of #a989ce is #9999cc. Color #a989ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001001 11001110
Octal 251 211 316
Decimal 169 137 206
Hex A9 89 CE

RGB Percentages of Color #a989ce

%33.01
%26.76
%40.23

CMYK Percentages of Color #a989ce

%18
%33
%0
%19

Triadic Colors of #a989ce

#a989ce #cea989 #89cea9

Analogous Colors of #a989ce

#a989ce #cc89ce #898cce

Monochromatic Colors of #a989ce

#a989ce

Complementary Color

#a989ce #aece89

#a989ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a989ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a989ce Color CSS Codes

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

#a989ce Text Font Color

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

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


#a989ce Background Color

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

This div background color is #a989ce


#a989ce Border Color

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

This div border color is #a989ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a989ce


Comments

No comments written yet.

Please login to write comment.