Color Hex Logo

#a98ccc Color Hex

#A98CCC
(169,140,204)
0 Favorites   0 Comments

Color spaces of #a98ccc

RGB 169140204
HSL0.740.390.67
HSV267°31°80°
CMYK 0.170.310.00   0.20
XYZ36.639431.550861.2856
Yxy31.55080.28300.2437
Hunter Lab56.170118.1367-25.3706
CIE-Lab62.969923.5053-28.9764

#a98ccc color RGB value is (169,140,204).

#a98ccc hex color red value is 169, green value is 140 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #a98ccc hue: 0.74 , saturation: 0.39 and the lightness value of a98ccc is 0.67.

The process color (four color CMYK) of #a98ccc color hex is 0.17, 0.31, 0.00, 0.20. Web safe color of #a98ccc is #9999cc. Color #a98ccc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001100 11001100
Octal 251 214 314
Decimal 169 140 204
Hex A9 8C CC

RGB Percentages of Color #a98ccc

%32.94
%27.29
%39.77

CMYK Percentages of Color #a98ccc

%17
%31
%0
%20

Triadic Colors of #a98ccc

#a98ccc #cca98c #8ccca9

Analogous Colors of #a98ccc

#a98ccc #c98ccc #8c8fcc

Monochromatic Colors of #a98ccc

#a98ccc

Complementary Color

#a98ccc #afcc8c

#a98ccc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ccc Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ccc Color CSS Codes

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

#a98ccc Text Font Color

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

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


#a98ccc Background Color

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

This div background color is #a98ccc


#a98ccc Border Color

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

This div border color is #a98ccc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98ccc


Comments

No comments written yet.

Please login to write comment.