Color Hex Logo

#a89ccc Color Hex

#A89CCC
(168,156,204)
0 Favorites   0 Comments

Color spaces of #a89ccc

RGB 168156204
HSL0.710.320.71
HSV255°24°80°
CMYK 0.180.240.00   0.20
XYZ38.936036.461462.1123
Yxy36.46140.28320.2652
Hunter Lab60.38339.4286-18.7194
CIE-Lab66.871014.1397-22.9895

#a89ccc color RGB value is (168,156,204).

#a89ccc hex color red value is 168, green value is 156 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a89ccc hue: 0.71 , saturation: 0.32 and the lightness value of a89ccc is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101000 10011100 11001100
Octal 250 234 314
Decimal 168 156 204
Hex A8 9C CC

RGB Percentages of Color #a89ccc

%31.82
%29.55
%38.64

CMYK Percentages of Color #a89ccc

%18
%24
%0
%20

Triadic Colors of #a89ccc

#a89ccc #cca89c #9ccca8

Analogous Colors of #a89ccc

#a89ccc #c09ccc #9ca8cc

Monochromatic Colors of #a89ccc

#a89ccc

Complementary Color

#a89ccc #c0cc9c

#a89ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a89ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a89ccc Color CSS Codes

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

#a89ccc Text Font Color

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

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


#a89ccc Background Color

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

This div background color is #a89ccc


#a89ccc Border Color

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

This div border color is #a89ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a89ccc


Comments

No comments written yet.

Please login to write comment.