Color Hex Logo

#a89ae5 Color Hex

#A89AE5
(168,154,229)
0 Favorites   0 Comments

Color spaces of #a89ae5

RGB 168154229
HSL0.700.590.75
HSV251°33°90°
CMYK 0.270.330.00   0.10
XYZ41.846937.093279.0829
Yxy37.09320.26480.2347
Hunter Lab60.904216.0639-34.3540
CIE-Lab67.346921.1209-36.0769

#a89ae5 color RGB value is (168,154,229).

#a89ae5 hex color red value is 168, green value is 154 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #a89ae5 hue: 0.70 , saturation: 0.59 and the lightness value of a89ae5 is 0.75.

The process color (four color CMYK) of #a89ae5 color hex is 0.27, 0.33, 0.00, 0.10. Web safe color of #a89ae5 is #9999cc. Color #a89ae5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011010 11100101
Octal 250 232 345
Decimal 168 154 229
Hex A8 9A E5

RGB Percentages of Color #a89ae5

%30.49
%27.95
%41.56

CMYK Percentages of Color #a89ae5

%27
%33
%0
%10

Triadic Colors of #a89ae5

#a89ae5 #e5a89a #9ae5a8

Analogous Colors of #a89ae5

#a89ae5 #ce9ae5 #9ab2e5

Monochromatic Colors of #a89ae5

#a89ae5

Complementary Color

#a89ae5 #d7e59a

#a89ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89ae5 Color CSS Codes

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

#a89ae5 Text Font Color

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

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


#a89ae5 Background Color

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

This div background color is #a89ae5


#a89ae5 Border Color

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

This div border color is #a89ae5


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(168,154,229, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a89ae5; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a89ae5;
  -webkit-box-shadow: 1px 1px 3px 2px #a89ae5;
  box-shadow:         1px 1px 3px 2px #a89ae5; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,154,229, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89ae5


Comments

No comments written yet.

Please login to write comment.