Color Hex Logo

#a08eec Color Hex

#A08EEC
(160,142,236)
0 Favorites   0 Comments

Color spaces of #a08eec

RGB 160142236
HSL0.700.710.74
HSV251°40°93°
CMYK 0.320.400.00   0.07
XYZ39.310532.875783.6306
Yxy32.87570.25230.2110
Hunter Lab57.337322.0393-46.3426
CIE-Lab64.060127.4422-45.1257

#a08eec color RGB value is (160,142,236).

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

The process color (four color CMYK) of #a08eec color hex is 0.32, 0.40, 0.00, 0.07. Web safe color of #a08eec is #9999ff. Color #a08eec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 11101100
Octal 240 216 354
Decimal 160 142 236
Hex A0 8E EC

RGB Percentages of Color #a08eec

%29.74
%26.39
%43.87

CMYK Percentages of Color #a08eec

%32
%40
%0
%7

Triadic Colors of #a08eec

#a08eec #eca08e #8eeca0

Analogous Colors of #a08eec

#a08eec #cf8eec #8eabec

Monochromatic Colors of #a08eec

#a08eec

Complementary Color

#a08eec #daec8e

#a08eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08eec Color CSS Codes

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

#a08eec Text Font Color

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

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


#a08eec Background Color

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

This div background color is #a08eec


#a08eec Border Color

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

This div border color is #a08eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08eec


Comments

No comments written yet.

Please login to write comment.