Color Hex Logo

#a88bdb Color Hex

#A88BDB
(168,139,219)
0 Favorites   0 Comments

Color spaces of #a88bdb

RGB 168139219
HSL0.730.530.70
HSV262°37°86°
CMYK 0.230.370.00   0.14
XYZ38.167331.904571.1644
Yxy31.90450.27020.2259
Hunter Lab56.484121.7685-35.1608
CIE-Lab63.263927.2275-36.9040

#a88bdb color RGB value is (168,139,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 11011011
Octal 250 213 333
Decimal 168 139 219
Hex A8 8B DB

RGB Percentages of Color #a88bdb

%31.94
%26.43
%41.63

CMYK Percentages of Color #a88bdb

%23
%37
%0
%14

Triadic Colors of #a88bdb

#a88bdb #dba88b #8bdba8

Analogous Colors of #a88bdb

#a88bdb #d08bdb #8b96db

Monochromatic Colors of #a88bdb

#a88bdb

Complementary Color

#a88bdb #bedb8b

#a88bdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bdb Color CSS Codes

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

#a88bdb Text Font Color

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

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


#a88bdb Background Color

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

This div background color is #a88bdb


#a88bdb Border Color

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

This div border color is #a88bdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bdb


Comments

No comments written yet.

Please login to write comment.