Color Hex Logo

#a88cef Color Hex

#A88CEF
(168,140,239)
0 Favorites   0 Comments

Color spaces of #a88cef

RGB 168140239
HSL0.710.760.74
HSV257°41°94°
CMYK 0.300.410.00   0.06
XYZ41.106533.313085.9249
Yxy33.31300.25640.2078
Hunter Lab57.717426.1227-47.8638
CIE-Lab64.413631.5079-46.1762

#a88cef color RGB value is (168,140,239).

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

The process color (four color CMYK) of #a88cef color hex is 0.30, 0.41, 0.00, 0.06. Web safe color of #a88cef is #9999ff. Color #a88cef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001100 11101111
Octal 250 214 357
Decimal 168 140 239
Hex A8 8C EF

RGB Percentages of Color #a88cef

%30.71
%25.59
%43.69

CMYK Percentages of Color #a88cef

%30
%41
%0
%6

Triadic Colors of #a88cef

#a88cef #efa88c #8cefa8

Analogous Colors of #a88cef

#a88cef #da8cef #8ca2ef

Monochromatic Colors of #a88cef

#a88cef

Complementary Color

#a88cef #d3ef8c

#a88cef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88cef Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88cef Color CSS Codes

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

#a88cef Text Font Color

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

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


#a88cef Background Color

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

This div background color is #a88cef


#a88cef Border Color

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

This div border color is #a88cef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88cef


Comments

No comments written yet.

Please login to write comment.