Color Hex Logo

#a08eea Color Hex

#A08EEA
(160,142,234)
0 Favorites   0 Comments

Color spaces of #a08eea

RGB 160142234
HSL0.700.690.74
HSV252°39°92°
CMYK 0.320.390.00   0.08
XYZ39.021532.760182.1086
Yxy32.76010.25360.2129
Hunter Lab57.236421.5303-44.9890
CIE-Lab63.966226.9320-44.1698

#a08eea color RGB value is (160,142,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 11101010
Octal 240 216 352
Decimal 160 142 234
Hex A0 8E EA

RGB Percentages of Color #a08eea

%29.85
%26.49
%43.66

CMYK Percentages of Color #a08eea

%32
%39
%0
%8

Triadic Colors of #a08eea

#a08eea #eaa08e #8eeaa0

Analogous Colors of #a08eea

#a08eea #ce8eea #8eaaea

Monochromatic Colors of #a08eea

#a08eea

Complementary Color

#a08eea #d8ea8e

#a08eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08eea Color CSS Codes

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

#a08eea Text Font Color

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

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


#a08eea Background Color

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

This div background color is #a08eea


#a08eea Border Color

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

This div border color is #a08eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08eea


Comments

No comments written yet.

Please login to write comment.