Color Hex Logo

#a08aee Color Hex

#A08AEE
(160,138,238)
0 Favorites   0 Comments

Color spaces of #a08aee

RGB 160138238
HSL0.700.750.74
HSV253°42°93°
CMYK 0.330.420.00   0.07
XYZ39.018331.823684.9750
Yxy31.82360.25040.2042
Hunter Lab56.412424.7399-49.8209
CIE-Lab63.196830.2380-47.5905

#a08aee color RGB value is (160,138,238).

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

The process color (four color CMYK) of #a08aee color hex is 0.33, 0.42, 0.00, 0.07. Web safe color of #a08aee is #9999ff. Color #a08aee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001010 11101110
Octal 240 212 356
Decimal 160 138 238
Hex A0 8A EE

RGB Percentages of Color #a08aee

%29.85
%25.75
%44.40

CMYK Percentages of Color #a08aee

%33
%42
%0
%7

Triadic Colors of #a08aee

#a08aee #eea08a #8aeea0

Analogous Colors of #a08aee

#a08aee #d28aee #8aa6ee

Monochromatic Colors of #a08aee

#a08aee

Complementary Color

#a08aee #d8ee8a

#a08aee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08aee Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08aee Color CSS Codes

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

#a08aee Text Font Color

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

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


#a08aee Background Color

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

This div background color is #a08aee


#a08aee Border Color

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

This div border color is #a08aee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08aee


Comments

No comments written yet.

Please login to write comment.