Color Hex Logo

#a888bf Color Hex

#A888BF
(168,136,191)
0 Favorites   0 Comments

Color spaces of #a888bf

RGB 168136191
HSL0.760.300.64
HSV275°29°75°
CMYK 0.120.290.00   0.25
XYZ34.356629.694753.2111
Yxy29.69470.29300.2532
Hunter Lab54.492817.1780-19.7504
CIE-Lab61.389922.5955-24.1043

#a888bf color RGB value is (168,136,191).

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

The process color (four color CMYK) of #a888bf color hex is 0.12, 0.29, 0.00, 0.25. Web safe color of #a888bf is #9999cc. Color #a888bf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 10111111
Octal 250 210 277
Decimal 168 136 191
Hex A8 88 BF

RGB Percentages of Color #a888bf

%33.94
%27.47
%38.59

CMYK Percentages of Color #a888bf

%12
%29
%0
%25

Triadic Colors of #a888bf

#a888bf #bfa888 #88bfa8

Analogous Colors of #a888bf

#a888bf #bf88bb #8d88bf

Monochromatic Colors of #a888bf

#a888bf

Complementary Color

#a888bf #9fbf88

#a888bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a888bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a888bf Color CSS Codes

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

#a888bf Text Font Color

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

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


#a888bf Background Color

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

This div background color is #a888bf


#a888bf Border Color

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

This div border color is #a888bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a888bf

#a888bf Color Palettes


Comments

No comments written yet.

Please login to write comment.