Color Hex Logo

#a08ddb Color Hex

#A08DDB
(160,141,219)
0 Favorites   0 Comments

Color spaces of #a08ddb

RGB 160141219
HSL0.710.520.71
HSV255°36°86°
CMYK 0.270.360.00   0.14
XYZ36.808331.637871.1845
Yxy31.63780.26360.2266
Hunter Lab56.247518.3771-35.6617
CIE-Lab63.042423.7510-37.3022

#a08ddb color RGB value is (160,141,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10100000 10001101 11011011
Octal 240 215 333
Decimal 160 141 219
Hex A0 8D DB

RGB Percentages of Color #a08ddb

%30.77
%27.12
%42.12

CMYK Percentages of Color #a08ddb

%27
%36
%0
%14

Triadic Colors of #a08ddb

#a08ddb #dba08d #8ddba0

Analogous Colors of #a08ddb

#a08ddb #c78ddb #8da1db

Monochromatic Colors of #a08ddb

#a08ddb

Complementary Color

#a08ddb #c8db8d

#a08ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a08ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a08ddb Color CSS Codes

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

#a08ddb Text Font Color

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

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


#a08ddb Background Color

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

This div background color is #a08ddb


#a08ddb Border Color

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

This div border color is #a08ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a08ddb


Comments

No comments written yet.

Please login to write comment.