Color Hex Logo

#a88bdc Color Hex

#A88BDC
(168,139,220)
0 Favorites   0 Comments

Color spaces of #a88bdc

RGB 168139220
HSL0.730.540.70
HSV261°37°86°
CMYK 0.240.370.00   0.14
XYZ38.299331.957471.8599
Yxy31.95740.26950.2249
Hunter Lab56.530922.0036-35.7956
CIE-Lab63.307727.4636-37.3921

#a88bdc color RGB value is (168,139,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001011 11011100
Octal 250 213 334
Decimal 168 139 220
Hex A8 8B DC

RGB Percentages of Color #a88bdc

%31.88
%26.38
%41.75

CMYK Percentages of Color #a88bdc

%24
%37
%0
%14

Triadic Colors of #a88bdc

#a88bdc #dca88b #8bdca8

Analogous Colors of #a88bdc

#a88bdc #d18bdc #8b97dc

Monochromatic Colors of #a88bdc

#a88bdc

Complementary Color

#a88bdc #bfdc8b

#a88bdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88bdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88bdc Color CSS Codes

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

#a88bdc Text Font Color

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

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


#a88bdc Background Color

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

This div background color is #a88bdc


#a88bdc Border Color

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

This div border color is #a88bdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88bdc


Comments

No comments written yet.

Please login to write comment.