Color Hex Logo

#a88bde Color Hex

#A88BDE
(168,139,222)
0 Favorites   0 Comments

Color spaces of #a88bde

RGB 168139222
HSL0.720.560.71
HSV261°37°87°
CMYK 0.240.370.00   0.13
XYZ38.565932.064073.2636
Yxy32.06400.26800.2228
Hunter Lab56.625122.4779-37.0740
CIE-Lab63.395727.9388-38.3667

#a88bde color RGB value is (168,139,222).

#a88bde hex color red value is 168, green value is 139 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #a88bde hue: 0.72 , saturation: 0.56 and the lightness value of a88bde is 0.71.

The process color (four color CMYK) of #a88bde color hex is 0.24, 0.37, 0.00, 0.13. Web safe color of #a88bde is #9999cc. Color #a88bde contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 11011110
Octal 250 213 336
Decimal 168 139 222
Hex A8 8B DE

RGB Percentages of Color #a88bde

%31.76
%26.28
%41.97

CMYK Percentages of Color #a88bde

%24
%37
%0
%13

Triadic Colors of #a88bde

#a88bde #dea88b #8bdea8

Analogous Colors of #a88bde

#a88bde #d28bde #8b98de

Monochromatic Colors of #a88bde

#a88bde

Complementary Color

#a88bde #c1de8b

#a88bde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bde Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bde Color CSS Codes

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

#a88bde Text Font Color

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

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


#a88bde Background Color

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

This div background color is #a88bde


#a88bde Border Color

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

This div border color is #a88bde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bde


Comments

No comments written yet.

Please login to write comment.