Color Hex Logo

#a88def Color Hex

#A88DEF
(168,141,239)
0 Favorites   0 Comments

Color spaces of #a88def

RGB 168141239
HSL0.710.750.75
HSV257°41°94°
CMYK 0.300.410.00   0.06
XYZ41.253333.606685.9738
Yxy33.60660.25650.2090
Hunter Lab57.971225.5741-47.3498
CIE-Lab64.649130.9422-45.8052

#a88def color RGB value is (168,141,239).

#a88def hex color red value is 168, green value is 141 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #a88def hue: 0.71 , saturation: 0.75 and the lightness value of a88def is 0.75.

The process color (four color CMYK) of #a88def color hex is 0.30, 0.41, 0.00, 0.06. Web safe color of #a88def is #9999ff. Color #a88def contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001101 11101111
Octal 250 215 357
Decimal 168 141 239
Hex A8 8D EF

RGB Percentages of Color #a88def

%30.66
%25.73
%43.61

CMYK Percentages of Color #a88def

%30
%41
%0
%6

Triadic Colors of #a88def

#a88def #efa88d #8defa8

Analogous Colors of #a88def

#a88def #d98def #8da3ef

Monochromatic Colors of #a88def

#a88def

Complementary Color

#a88def #d4ef8d

#a88def Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88def Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88def Color CSS Codes

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

#a88def Text Font Color

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

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


#a88def Background Color

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

This div background color is #a88def


#a88def Border Color

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

This div border color is #a88def


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(168,141,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a88def">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88def


Comments

No comments written yet.

Please login to write comment.