Color Hex Logo

#a888ce Color Hex

#A888CE
(168,136,206)
0 Favorites   0 Comments

Color spaces of #a888ce

RGB 168136206
HSL0.740.420.67
HSV267°34°81°
CMYK 0.180.340.00   0.19
XYZ36.093230.389462.3559
Yxy30.38940.28010.2359
Hunter Lab55.126620.3983-28.4767
CIE-Lab61.988825.9169-31.6237

#a888ce color RGB value is (168,136,206).

#a888ce hex color red value is 168, green value is 136 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #a888ce hue: 0.74 , saturation: 0.42 and the lightness value of a888ce is 0.67.

The process color (four color CMYK) of #a888ce color hex is 0.18, 0.34, 0.00, 0.19. Web safe color of #a888ce is #9999cc. Color #a888ce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 11001110
Octal 250 210 316
Decimal 168 136 206
Hex A8 88 CE

RGB Percentages of Color #a888ce

%32.94
%26.67
%40.39

CMYK Percentages of Color #a888ce

%18
%34
%0
%19

Triadic Colors of #a888ce

#a888ce #cea888 #88cea8

Analogous Colors of #a888ce

#a888ce #cb88ce #888bce

Monochromatic Colors of #a888ce

#a888ce

Complementary Color

#a888ce #aece88

#a888ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a888ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#a888ce Color CSS Codes

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

#a888ce Text Font Color

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

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


#a888ce Background Color

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

This div background color is #a888ce


#a888ce Border Color

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

This div border color is #a888ce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a888ce

#a888ce Color Palettes


Comments

No comments written yet.

Please login to write comment.