Color Hex Logo

#a89ddb Color Hex

#A89DDB
(168,157,219)
0 Favorites   0 Comments

Color spaces of #a89ddb

RGB 168157219
HSL0.700.460.74
HSV251°28°86°
CMYK 0.230.280.00   0.14
XYZ40.991637.553272.1058
Yxy37.55320.27210.2493
Hunter Lab61.280712.1603-26.8670
CIE-Lab67.690017.0326-30.0347

#a89ddb color RGB value is (168,157,219).

#a89ddb hex color red value is 168, green value is 157 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #a89ddb hue: 0.70 , saturation: 0.46 and the lightness value of a89ddb is 0.74.

The process color (four color CMYK) of #a89ddb color hex is 0.23, 0.28, 0.00, 0.14. Web safe color of #a89ddb is #9999cc. Color #a89ddb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011101 11011011
Octal 250 235 333
Decimal 168 157 219
Hex A8 9D DB

RGB Percentages of Color #a89ddb

%30.88
%28.86
%40.26

CMYK Percentages of Color #a89ddb

%23
%28
%0
%14

Triadic Colors of #a89ddb

#a89ddb #dba89d #9ddba8

Analogous Colors of #a89ddb

#a89ddb #c79ddb #9db1db

Monochromatic Colors of #a89ddb

#a89ddb

Complementary Color

#a89ddb #d0db9d

#a89ddb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89ddb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89ddb Color CSS Codes

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

#a89ddb Text Font Color

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

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


#a89ddb Background Color

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

This div background color is #a89ddb


#a89ddb Border Color

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

This div border color is #a89ddb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89ddb


Comments

No comments written yet.

Please login to write comment.