Color Hex Logo

#a88bda Color Hex

#A88BDA
(168,139,218)
0 Favorites   0 Comments

Color spaces of #a88bda

RGB 168139218
HSL0.730.520.70
HSV262°36°85°
CMYK 0.230.360.00   0.15
XYZ38.036031.852070.4730
Yxy31.85200.27100.2269
Hunter Lab56.437621.5340-34.5285
CIE-Lab63.220426.9916-36.4151

#a88bda color RGB value is (168,139,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 11011010
Octal 250 213 332
Decimal 168 139 218
Hex A8 8B DA

RGB Percentages of Color #a88bda

%32.00
%26.48
%41.52

CMYK Percentages of Color #a88bda

%23
%36
%0
%15

Triadic Colors of #a88bda

#a88bda #daa88b #8bdaa8

Analogous Colors of #a88bda

#a88bda #d08bda #8b96da

Monochromatic Colors of #a88bda

#a88bda

Complementary Color

#a88bda #bdda8b

#a88bda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bda Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bda Color CSS Codes

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

#a88bda Text Font Color

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

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


#a88bda Background Color

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

This div background color is #a88bda


#a88bda Border Color

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

This div border color is #a88bda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bda


Comments

No comments written yet.

Please login to write comment.