Color Hex Logo

#a089de Color Hex

#A089DE
(160,137,222)
0 Favorites   0 Comments

Color spaces of #a089de

RGB 160137222
HSL0.710.560.70
HSV256°38°87°
CMYK 0.280.380.00   0.13
XYZ36.627730.638873.0906
Yxy30.63880.26100.2183
Hunter Lab55.352321.2503-39.5435
CIE-Lab62.201526.7784-40.2877

#a089de color RGB value is (160,137,222).

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

The process color (four color CMYK) of #a089de color hex is 0.28, 0.38, 0.00, 0.13. Web safe color of #a089de is #9999cc. Color #a089de contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 11011110
Octal 240 211 336
Decimal 160 137 222
Hex A0 89 DE

RGB Percentages of Color #a089de

%30.83
%26.40
%42.77

CMYK Percentages of Color #a089de

%28
%38
%0
%13

Triadic Colors of #a089de

#a089de #dea089 #89dea0

Analogous Colors of #a089de

#a089de #cb89de #899dde

Monochromatic Colors of #a089de

#a089de

Complementary Color

#a089de #c7de89

#a089de Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089de Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089de Color CSS Codes

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

#a089de Text Font Color

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

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


#a089de Background Color

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

This div background color is #a089de


#a089de Border Color

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

This div border color is #a089de


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089de


Comments

No comments written yet.

Please login to write comment.