Color Hex Logo

#a899ea Color Hex

#A899EA
(168,153,234)
0 Favorites   0 Comments

Color spaces of #a899ea

RGB 168153234
HSL0.700.660.76
HSV251°35°92°
CMYK 0.280.350.00   0.08
XYZ42.391037.047882.7586
Yxy37.04780.26140.2284
Hunter Lab60.866917.8000-38.0077
CIE-Lab67.312922.9089-38.8787

#a899ea color RGB value is (168,153,234).

#a899ea hex color red value is 168, green value is 153 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #a899ea hue: 0.70 , saturation: 0.66 and the lightness value of a899ea is 0.76.

The process color (four color CMYK) of #a899ea color hex is 0.28, 0.35, 0.00, 0.08. Web safe color of #a899ea is #9999ff. Color #a899ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011001 11101010
Octal 250 231 352
Decimal 168 153 234
Hex A8 99 EA

RGB Percentages of Color #a899ea

%30.27
%27.57
%42.16

CMYK Percentages of Color #a899ea

%28
%35
%0
%8

Triadic Colors of #a899ea

#a899ea #eaa899 #99eaa8

Analogous Colors of #a899ea

#a899ea #d199ea #99b3ea

Monochromatic Colors of #a899ea

#a899ea

Complementary Color

#a899ea #dbea99

#a899ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a899ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a899ea Color CSS Codes

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

#a899ea Text Font Color

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

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


#a899ea Background Color

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

This div background color is #a899ea


#a899ea Border Color

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

This div border color is #a899ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a899ea


Comments

No comments written yet.

Please login to write comment.