Color Hex Logo

#a489eb Color Hex

#A489EB
(164,137,235)
0 Favorites   0 Comments

Color spaces of #a489eb

RGB 164137235
HSL0.710.710.73
HSV257°42°92°
CMYK 0.300.420.00   0.08
XYZ39.250931.782082.6631
Yxy31.78200.25540.2068
Hunter Lab56.375525.6217-47.4737
CIE-Lab63.162331.1238-45.9647

#a489eb color RGB value is (164,137,235).

#a489eb hex color red value is 164, green value is 137 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #a489eb hue: 0.71 , saturation: 0.71 and the lightness value of a489eb is 0.73.

The process color (four color CMYK) of #a489eb color hex is 0.30, 0.42, 0.00, 0.08. Web safe color of #a489eb is #9999ff. Color #a489eb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100100 10001001 11101011
Octal 244 211 353
Decimal 164 137 235
Hex A4 89 EB

RGB Percentages of Color #a489eb

%30.60
%25.56
%43.84

CMYK Percentages of Color #a489eb

%30
%42
%0
%8

Triadic Colors of #a489eb

#a489eb #eba489 #89eba4

Analogous Colors of #a489eb

#a489eb #d589eb #899feb

Monochromatic Colors of #a489eb

#a489eb

Complementary Color

#a489eb #d0eb89

#a489eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a489eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a489eb Color CSS Codes

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

#a489eb Text Font Color

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

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


#a489eb Background Color

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

This div background color is #a489eb


#a489eb Border Color

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

This div border color is #a489eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a489eb


Comments

No comments written yet.

Please login to write comment.