Color Hex Logo

#a88dda Color Hex

#A88DDA
(168,141,218)
0 Favorites   0 Comments

Color spaces of #a88dda

RGB 168141218
HSL0.730.510.70
HSV261°35°85°
CMYK 0.230.350.00   0.15
XYZ38.328232.436570.5704
Yxy32.43650.27120.2295
Hunter Lab56.953120.4589-33.5990
CIE-Lab63.702025.8566-35.6643

#a88dda color RGB value is (168,141,218).

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

The process color (four color CMYK) of #a88dda color hex is 0.23, 0.35, 0.00, 0.15. Web safe color of #a88dda is #9999cc. Color #a88dda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001101 11011010
Octal 250 215 332
Decimal 168 141 218
Hex A8 8D DA

RGB Percentages of Color #a88dda

%31.88
%26.76
%41.37

CMYK Percentages of Color #a88dda

%23
%35
%0
%15

Triadic Colors of #a88dda

#a88dda #daa88d #8ddaa8

Analogous Colors of #a88dda

#a88dda #cf8dda #8d99da

Monochromatic Colors of #a88dda

#a88dda

Complementary Color

#a88dda #bfda8d

#a88dda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88dda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88dda Color CSS Codes

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

#a88dda Text Font Color

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

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


#a88dda Background Color

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

This div background color is #a88dda


#a88dda Border Color

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

This div border color is #a88dda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88dda


Comments

No comments written yet.

Please login to write comment.