Color Hex Logo

#a88afc Color Hex

#A88AFC
(168,138,252)
0 Favorites   0 Comments

Color spaces of #a88afc

RGB 168138252
HSL0.710.950.76
HSV256°45°99°
CMYK 0.330.450.00   0.01
XYZ42.807633.530196.3112
Yxy33.53010.24790.1942
Hunter Lab57.905230.6257-58.0809
CIE-Lab64.587935.9021-53.0411

#a88afc color RGB value is (168,138,252).

#a88afc hex color red value is 168, green value is 138 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #a88afc hue: 0.71 , saturation: 0.95 and the lightness value of a88afc is 0.76.

The process color (four color CMYK) of #a88afc color hex is 0.33, 0.45, 0.00, 0.01. Web safe color of #a88afc is #9999ff. Color #a88afc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001010 11111100
Octal 250 212 374
Decimal 168 138 252
Hex A8 8A FC

RGB Percentages of Color #a88afc

%30.11
%24.73
%45.16

CMYK Percentages of Color #a88afc

%33
%45
%0
%1

Triadic Colors of #a88afc

#a88afc #fca88a #8afca8

Analogous Colors of #a88afc

#a88afc #e18afc #8aa5fc

Monochromatic Colors of #a88afc

#a88afc

Complementary Color

#a88afc #defc8a

#a88afc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88afc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88afc Color CSS Codes

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

#a88afc Text Font Color

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

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


#a88afc Background Color

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

This div background color is #a88afc


#a88afc Border Color

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

This div border color is #a88afc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88afc


Comments

No comments written yet.

Please login to write comment.