Color Hex Logo

#a88adb Color Hex

#A88ADB
(168,138,219)
0 Favorites   0 Comments

Color spaces of #a88adb

RGB 168138219
HSL0.730.530.70
HSV262°37°86°
CMYK 0.230.370.00   0.14
XYZ38.023131.616371.1163
Yxy31.61630.27010.2246
Hunter Lab56.228422.3067-35.6287
CIE-Lab63.024527.7943-37.2776

#a88adb color RGB value is (168,138,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001010 11011011
Octal 250 212 333
Decimal 168 138 219
Hex A8 8A DB

RGB Percentages of Color #a88adb

%32.00
%26.29
%41.71

CMYK Percentages of Color #a88adb

%23
%37
%0
%14

Triadic Colors of #a88adb

#a88adb #dba88a #8adba8

Analogous Colors of #a88adb

#a88adb #d18adb #8a95db

Monochromatic Colors of #a88adb

#a88adb

Complementary Color

#a88adb #bddb8a

#a88adb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88adb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88adb Color CSS Codes

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

#a88adb Text Font Color

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

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


#a88adb Background Color

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

This div background color is #a88adb


#a88adb Border Color

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

This div border color is #a88adb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88adb


Comments

No comments written yet.

Please login to write comment.