Color Hex Logo

#a88efb Color Hex

#A88EFB
(168,142,251)
0 Favorites   0 Comments

Color spaces of #a88efb

RGB 168142251
HSL0.710.930.77
HSV254°43°98°
CMYK 0.330.430.00   0.02
XYZ43.234034.635995.6735
Yxy34.63590.24910.1996
Hunter Lab58.852328.1380-55.1885
CIE-Lab65.464233.3931-51.1055

#a88efb color RGB value is (168,142,251).

#a88efb hex color red value is 168, green value is 142 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #a88efb hue: 0.71 , saturation: 0.93 and the lightness value of a88efb is 0.77.

The process color (four color CMYK) of #a88efb color hex is 0.33, 0.43, 0.00, 0.02. Web safe color of #a88efb is #9999ff. Color #a88efb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001110 11111011
Octal 250 216 373
Decimal 168 142 251
Hex A8 8E FB

RGB Percentages of Color #a88efb

%29.95
%25.31
%44.74

CMYK Percentages of Color #a88efb

%33
%43
%0
%2

Triadic Colors of #a88efb

#a88efb #fba88e #8efba8

Analogous Colors of #a88efb

#a88efb #df8efb #8eabfb

Monochromatic Colors of #a88efb

#a88efb

Complementary Color

#a88efb #e1fb8e

#a88efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a88efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a88efb Color CSS Codes

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

#a88efb Text Font Color

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

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


#a88efb Background Color

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

This div background color is #a88efb


#a88efb Border Color

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

This div border color is #a88efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a88efb


Comments

No comments written yet.

Please login to write comment.