Color Hex Logo

#a888fb Color Hex

#A888FB
(168,136,251)
0 Favorites   0 Comments

Color spaces of #a888fb

RGB 168136251
HSL0.710.930.76
HSV257°46°98°
CMYK 0.330.460.00   0.02
XYZ42.365232.898295.3839
Yxy32.89820.24830.1928
Hunter Lab57.357031.4696-58.4487
CIE-Lab64.078436.7732-53.3014

#a888fb color RGB value is (168,136,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 11111011
Octal 250 210 373
Decimal 168 136 251
Hex A8 88 FB

RGB Percentages of Color #a888fb

%30.27
%24.50
%45.23

CMYK Percentages of Color #a888fb

%33
%46
%0
%2

Triadic Colors of #a888fb

#a888fb #fba888 #88fba8

Analogous Colors of #a888fb

#a888fb #e288fb #88a2fb

Monochromatic Colors of #a888fb

#a888fb

Complementary Color

#a888fb #dbfb88

#a888fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a888fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a888fb Color CSS Codes

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

#a888fb Text Font Color

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

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


#a888fb Background Color

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

This div background color is #a888fb


#a888fb Border Color

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

This div border color is #a888fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a888fb


Comments

No comments written yet.

Please login to write comment.