Color Hex Logo

#a489ca Color Hex

#A489CA
(164,137,202)
0 Favorites   0 Comments

Color spaces of #a489ca

RGB 164137202
HSL0.740.380.66
HSV265°32°79°
CMYK 0.190.320.00   0.21
XYZ34.916230.048159.8367
Yxy30.04810.27980.2408
Hunter Lab54.816117.7708-26.3490
CIE-Lab61.695723.2008-29.8615

#a489ca color RGB value is (164,137,202).

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

The process color (four color CMYK) of #a489ca color hex is 0.19, 0.32, 0.00, 0.21. Web safe color of #a489ca is #9999cc. Color #a489ca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 11001010
Octal 244 211 312
Decimal 164 137 202
Hex A4 89 CA

RGB Percentages of Color #a489ca

%32.60
%27.24
%40.16

CMYK Percentages of Color #a489ca

%19
%32
%0
%21

Triadic Colors of #a489ca

#a489ca #caa489 #89caa4

Analogous Colors of #a489ca

#a489ca #c589ca #898fca

Monochromatic Colors of #a489ca

#a489ca

Complementary Color

#a489ca #afca89

#a489ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a489ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#a489ca Color CSS Codes

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

#a489ca Text Font Color

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

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


#a489ca Background Color

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

This div background color is #a489ca


#a489ca Border Color

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

This div border color is #a489ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a489ca


Comments

No comments written yet.

Please login to write comment.