Color Hex Logo

#a888fc Color Hex

#A888FC
(168,136,252)
0 Favorites   0 Comments

Color spaces of #a888fc

RGB 168136252
HSL0.710.950.76
HSV257°46°99°
CMYK 0.330.460.00   0.01
XYZ42.523332.961496.2164
Yxy32.96140.24770.1920
Hunter Lab57.412031.7384-59.1753
CIE-Lab64.129637.0268-53.7681

#a888fc color RGB value is (168,136,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 11111100
Octal 250 210 374
Decimal 168 136 252
Hex A8 88 FC

RGB Percentages of Color #a888fc

%30.22
%24.46
%45.32

CMYK Percentages of Color #a888fc

%33
%46
%0
%1

Triadic Colors of #a888fc

#a888fc #fca888 #88fca8

Analogous Colors of #a888fc

#a888fc #e288fc #88a2fc

Monochromatic Colors of #a888fc

#a888fc

Complementary Color

#a888fc #dcfc88

#a888fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a888fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a888fc Color CSS Codes

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

#a888fc Text Font Color

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

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


#a888fc Background Color

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

This div background color is #a888fc


#a888fc Border Color

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

This div border color is #a888fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a888fc


Comments

No comments written yet.

Please login to write comment.