Color Hex Logo

#a090eb Color Hex

#A090EB
(160,144,235)
0 Favorites   0 Comments

Color spaces of #a090eb

RGB 160144235
HSL0.700.690.74
HSV251°39°92°
CMYK 0.320.390.00   0.08
XYZ39.465933.418382.9676
Yxy33.41830.25320.2144
Hunter Lab57.808620.6969-44.6278
CIE-Lab64.498226.0443-43.8852

#a090eb color RGB value is (160,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10010000 11101011
Octal 240 220 353
Decimal 160 144 235
Hex A0 90 EB

RGB Percentages of Color #a090eb

%29.68
%26.72
%43.60

CMYK Percentages of Color #a090eb

%32
%39
%0
%8

Triadic Colors of #a090eb

#a090eb #eba090 #90eba0

Analogous Colors of #a090eb

#a090eb #ce90eb #90aeeb

Monochromatic Colors of #a090eb

#a090eb

Complementary Color

#a090eb #dbeb90

#a090eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a090eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a090eb Color CSS Codes

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

#a090eb Text Font Color

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

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


#a090eb Background Color

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

This div background color is #a090eb


#a090eb Border Color

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

This div border color is #a090eb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(160,144,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 #a090eb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a090eb


Comments

No comments written yet.

Please login to write comment.