Color Hex Logo

#a08edb Color Hex

#A08EDB
(160,142,219)
0 Favorites   0 Comments

Color spaces of #a08edb

RGB 160142219
HSL0.710.520.71
HSV254°35°86°
CMYK 0.270.350.00   0.14
XYZ36.956431.934171.2339
Yxy31.93410.26370.2279
Hunter Lab56.510317.8419-35.1807
CIE-Lab63.288423.1789-36.9182

#a08edb color RGB value is (160,142,219).

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

The process color (four color CMYK) of #a08edb color hex is 0.27, 0.35, 0.00, 0.14. Web safe color of #a08edb is #9999cc. Color #a08edb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001110 11011011
Octal 240 216 333
Decimal 160 142 219
Hex A0 8E DB

RGB Percentages of Color #a08edb

%30.71
%27.26
%42.03

CMYK Percentages of Color #a08edb

%27
%35
%0
%14

Triadic Colors of #a08edb

#a08edb #dba08e #8edba0

Analogous Colors of #a08edb

#a08edb #c78edb #8ea3db

Monochromatic Colors of #a08edb

#a08edb

Complementary Color

#a08edb #c9db8e

#a08edb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08edb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08edb Color CSS Codes

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

#a08edb Text Font Color

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

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


#a08edb Background Color

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

This div background color is #a08edb


#a08edb Border Color

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

This div border color is #a08edb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08edb


Comments

No comments written yet.

Please login to write comment.