Color Hex Logo

#a089ea Color Hex

#A089EA
(160,137,234)
0 Favorites   0 Comments

Color spaces of #a089ea

RGB 160137234
HSL0.710.700.73
HSV254°41°92°
CMYK 0.320.410.00   0.08
XYZ38.294131.305481.8661
Yxy31.30540.25280.2067
Hunter Lab55.951224.2542-47.5854
CIE-Lab62.764629.7876-46.0621

#a089ea color RGB value is (160,137,234).

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

The process color (four color CMYK) of #a089ea color hex is 0.32, 0.41, 0.00, 0.08. Web safe color of #a089ea is #9999ff. Color #a089ea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 11101010
Octal 240 211 352
Decimal 160 137 234
Hex A0 89 EA

RGB Percentages of Color #a089ea

%30.13
%25.80
%44.07

CMYK Percentages of Color #a089ea

%32
%41
%0
%8

Triadic Colors of #a089ea

#a089ea #eaa089 #89eaa0

Analogous Colors of #a089ea

#a089ea #d189ea #89a3ea

Monochromatic Colors of #a089ea

#a089ea

Complementary Color

#a089ea #d3ea89

#a089ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089ea Color CSS Codes

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

#a089ea Text Font Color

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

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


#a089ea Background Color

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

This div background color is #a089ea


#a089ea Border Color

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

This div border color is #a089ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089ea


Comments

No comments written yet.

Please login to write comment.