Color Hex Logo

#a888cc Color Hex

#A888CC
(168,136,204)
0 Favorites   0 Comments

Color spaces of #a888cc

RGB 168136204
HSL0.750.400.67
HSV268°33°80°
CMYK 0.180.330.00   0.20
XYZ35.851730.292861.0842
Yxy30.29280.28180.2381
Hunter Lab55.038919.9548-27.2750
CIE-Lab61.906025.4641-30.6295

#a888cc color RGB value is (168,136,204).

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

The process color (four color CMYK) of #a888cc color hex is 0.18, 0.33, 0.00, 0.20. Web safe color of #a888cc is #9999cc. Color #a888cc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101000 10001000 11001100
Octal 250 210 314
Decimal 168 136 204
Hex A8 88 CC

RGB Percentages of Color #a888cc

%33.07
%26.77
%40.16

CMYK Percentages of Color #a888cc

%18
%33
%0
%20

Triadic Colors of #a888cc

#a888cc #cca888 #88cca8

Analogous Colors of #a888cc

#a888cc #ca88cc #888acc

Monochromatic Colors of #a888cc

#a888cc

Complementary Color

#a888cc #accc88

#a888cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a888cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a888cc Color CSS Codes

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

#a888cc Text Font Color

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

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


#a888cc Background Color

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

This div background color is #a888cc


#a888cc Border Color

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

This div border color is #a888cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a888cc


Comments

No comments written yet.

Please login to write comment.