Color Hex Logo

#a489de Color Hex

#A489DE
(164,137,222)
0 Favorites   0 Comments

Color spaces of #a489de

RGB 164137222
HSL0.720.560.70
HSV259°38°87°
CMYK 0.260.380.00   0.13
XYZ37.440331.057873.1287
Yxy31.05780.26440.2193
Hunter Lab55.729522.3935-38.7901
CIE-Lab62.556427.9199-39.7062

#a489de color RGB value is (164,137,222).

#a489de hex color red value is 164, green value is 137 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a489de hue: 0.72 , saturation: 0.56 and the lightness value of a489de is 0.70.

The process color (four color CMYK) of #a489de color hex is 0.26, 0.38, 0.00, 0.13. Web safe color of #a489de is #9999cc. Color #a489de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 11011110
Octal 244 211 336
Decimal 164 137 222
Hex A4 89 DE

RGB Percentages of Color #a489de

%31.36
%26.20
%42.45

CMYK Percentages of Color #a489de

%26
%38
%0
%13

Triadic Colors of #a489de

#a489de #dea489 #89dea4

Analogous Colors of #a489de

#a489de #cf89de #8999de

Monochromatic Colors of #a489de

#a489de

Complementary Color

#a489de #c3de89

#a489de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a489de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a489de Color CSS Codes

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

#a489de Text Font Color

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

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


#a489de Background Color

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

This div background color is #a489de


#a489de Border Color

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

This div border color is #a489de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a489de


Comments

No comments written yet.

Please login to write comment.