Color Hex Logo

#a089ef Color Hex

#A089EF
(160,137,239)
0 Favorites   0 Comments

Color spaces of #a089ef

RGB 160137239
HSL0.700.760.74
HSV254°43°94°
CMYK 0.330.430.00   0.06
XYZ39.022931.596985.7034
Yxy31.59690.24960.2021
Hunter Lab56.211125.5489-51.0499
CIE-Lab63.008331.0652-48.4401

#a089ef color RGB value is (160,137,239).

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

The process color (four color CMYK) of #a089ef color hex is 0.33, 0.43, 0.00, 0.06. Web safe color of #a089ef is #9999ff. Color #a089ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 11101111
Octal 240 211 357
Decimal 160 137 239
Hex A0 89 EF

RGB Percentages of Color #a089ef

%29.85
%25.56
%44.59

CMYK Percentages of Color #a089ef

%33
%43
%0
%6

Triadic Colors of #a089ef

#a089ef #efa089 #89efa0

Analogous Colors of #a089ef

#a089ef #d389ef #89a5ef

Monochromatic Colors of #a089ef

#a089ef

Complementary Color

#a089ef #d8ef89

#a089ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089ef Color CSS Codes

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

#a089ef Text Font Color

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

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


#a089ef Background Color

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

This div background color is #a089ef


#a089ef Border Color

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

This div border color is #a089ef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089ef


Comments

No comments written yet.

Please login to write comment.