Color Hex Logo

#a089eb Color Hex

#A089EB
(160,137,235)
0 Favorites   0 Comments

Color spaces of #a089eb

RGB 160137235
HSL0.710.710.73
HSV254°42°92°
CMYK 0.320.420.00   0.08
XYZ38.438331.363182.6250
Yxy31.36310.25220.2058
Hunter Lab56.002824.5112-48.2730
CIE-Lab62.813030.0421-46.5389

#a089eb color RGB value is (160,137,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001001 11101011
Octal 240 211 353
Decimal 160 137 235
Hex A0 89 EB

RGB Percentages of Color #a089eb

%30.08
%25.75
%44.17

CMYK Percentages of Color #a089eb

%32
%42
%0
%8

Triadic Colors of #a089eb

#a089eb #eba089 #89eba0

Analogous Colors of #a089eb

#a089eb #d189eb #89a3eb

Monochromatic Colors of #a089eb

#a089eb

Complementary Color

#a089eb #d4eb89

#a089eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a089eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a089eb Color CSS Codes

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

#a089eb Text Font Color

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

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


#a089eb Background Color

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

This div background color is #a089eb


#a089eb Border Color

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

This div border color is #a089eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a089eb


Comments

No comments written yet.

Please login to write comment.