Color Hex Logo

#a89cdb Color Hex

#A89CDB
(168,156,219)
0 Favorites   0 Comments

Color spaces of #a89cdb

RGB 168156219
HSL0.700.470.74
HSV251°29°86°
CMYK 0.230.290.00   0.14
XYZ40.823137.216272.0497
Yxy37.21620.27200.2480
Hunter Lab61.005112.6889-27.3206
CIE-Lab67.438917.5965-30.4224

#a89cdb color RGB value is (168,156,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011100 11011011
Octal 250 234 333
Decimal 168 156 219
Hex A8 9C DB

RGB Percentages of Color #a89cdb

%30.94
%28.73
%40.33

CMYK Percentages of Color #a89cdb

%23
%29
%0
%14

Triadic Colors of #a89cdb

#a89cdb #dba89c #9cdba8

Analogous Colors of #a89cdb

#a89cdb #c89cdb #9cb0db

Monochromatic Colors of #a89cdb

#a89cdb

Complementary Color

#a89cdb #cfdb9c

#a89cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89cdb Color CSS Codes

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

#a89cdb Text Font Color

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

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


#a89cdb Background Color

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

This div background color is #a89cdb


#a89cdb Border Color

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

This div border color is #a89cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89cdb


Comments

No comments written yet.

Please login to write comment.