Color Hex Logo

#a890eb Color Hex

#A890EB
(168,144,235)
0 Favorites   0 Comments

Color spaces of #a890eb

RGB 168144235
HSL0.710.690.74
HSV256°39°92°
CMYK 0.290.390.00   0.08
XYZ41.117134.269583.0448
Yxy34.26950.25950.2163
Hunter Lab58.540222.9285-43.1304
CIE-Lab65.175928.2543-42.7733

#a890eb color RGB value is (168,144,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10010000 11101011
Octal 250 220 353
Decimal 168 144 235
Hex A8 90 EB

RGB Percentages of Color #a890eb

%30.71
%26.33
%42.96

CMYK Percentages of Color #a890eb

%29
%39
%0
%8

Triadic Colors of #a890eb

#a890eb #eba890 #90eba8

Analogous Colors of #a890eb

#a890eb #d690eb #90a6eb

Monochromatic Colors of #a890eb

#a890eb

Complementary Color

#a890eb #d3eb90

#a890eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a890eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a890eb Color CSS Codes

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

#a890eb Text Font Color

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

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


#a890eb Background Color

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

This div background color is #a890eb


#a890eb Border Color

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

This div border color is #a890eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a890eb


Comments

No comments written yet.

Please login to write comment.