Color Hex Logo

#a089fe Color Hex

#A089FE
(160,137,254)
0 Favorites   0 Comments

Color spaces of #a089fe

RGB 160137254
HSL0.700.980.77
HSV252°46°100°
CMYK 0.370.460.00   0.00
XYZ41.332332.520797.8646
Yxy32.52070.24070.1894
Hunter Lab57.026929.5771-61.8294
CIE-Lab63.770934.9689-55.4763

#a089fe color RGB value is (160,137,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 11111110
Octal 240 211 376
Decimal 160 137 254
Hex A0 89 FE

RGB Percentages of Color #a089fe

%29.04
%24.86
%46.10

CMYK Percentages of Color #a089fe

%37
%46
%0
%0

Triadic Colors of #a089fe

#a089fe #fea089 #89fea0

Analogous Colors of #a089fe

#a089fe #db89fe #89adfe

Monochromatic Colors of #a089fe

#a089fe

Complementary Color

#a089fe #e7fe89

#a089fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089fe Color CSS Codes

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

#a089fe Text Font Color

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

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


#a089fe Background Color

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

This div background color is #a089fe


#a089fe Border Color

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

This div border color is #a089fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089fe


Comments

No comments written yet.

Please login to write comment.