Color Hex Logo

#a990ce Color Hex

#A990CE
(169,144,206)
0 Favorites   0 Comments

Color spaces of #a990ce

RGB 169144206
HSL0.730.390.69
HSV264°30°81°
CMYK 0.180.300.00   0.19
XYZ37.476032.837862.7556
Yxy32.83780.28160.2468
Hunter Lab57.304316.4534-24.8172
CIE-Lab64.029421.6874-28.4595

#a990ce color RGB value is (169,144,206).

#a990ce hex color red value is 169, green value is 144 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a990ce hue: 0.73 , saturation: 0.39 and the lightness value of a990ce is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10010000 11001110
Octal 251 220 316
Decimal 169 144 206
Hex A9 90 CE

RGB Percentages of Color #a990ce

%32.56
%27.75
%39.69

CMYK Percentages of Color #a990ce

%18
%30
%0
%19

Triadic Colors of #a990ce

#a990ce #cea990 #90cea9

Analogous Colors of #a990ce

#a990ce #c890ce #9096ce

Monochromatic Colors of #a990ce

#a990ce

Complementary Color

#a990ce #b5ce90

#a990ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a990ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a990ce Color CSS Codes

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

#a990ce Text Font Color

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

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


#a990ce Background Color

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

This div background color is #a990ce


#a990ce Border Color

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

This div border color is #a990ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,144,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 #a990ce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a990ce


Comments

No comments written yet.

Please login to write comment.