Color Hex Logo

#a089ff Color Hex

#A089FF
(160,137,255)
0 Favorites   0 Comments

Color spaces of #a089ff

RGB 160137255
HSL0.701.000.77
HSV252°46°100°
CMYK 0.370.460.00   0.00
XYZ41.492932.584998.7103
Yxy32.58490.24010.1886
Hunter Lab57.083229.8534-62.5682
CIE-Lab63.823435.2328-55.9402

#a089ff color RGB value is (160,137,255).

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

The process color (four color CMYK) of #a089ff color hex is 0.37, 0.46, 0.00, 0.00. Web safe color of #a089ff is #9999ff. Color #a089ff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 11111111
Octal 240 211 377
Decimal 160 137 255
Hex A0 89 FF

RGB Percentages of Color #a089ff

%28.99
%24.82
%46.20

CMYK Percentages of Color #a089ff

%37
%46
%0
%0

Triadic Colors of #a089ff

#a089ff #ffa089 #89ffa0

Analogous Colors of #a089ff

#a089ff #db89ff #89adff

Monochromatic Colors of #a089ff

#a089ff

Complementary Color

#a089ff #e8ff89

#a089ff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089ff Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089ff Color CSS Codes

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

#a089ff Text Font Color

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

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


#a089ff Background Color

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

This div background color is #a089ff


#a089ff Border Color

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

This div border color is #a089ff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089ff

Related Colors


Comments

No comments written yet.

Please login to write comment.