Color Hex Logo

#a98cc0 Color Hex

#A98CC0
(169,140,192)
0 Favorites   0 Comments

Color spaces of #a98cc0

RGB 169140192
HSL0.760.290.65
HSV273°27°75°
CMYK 0.120.270.00   0.25
XYZ35.254730.997053.9941
Yxy30.99700.29320.2578
Hunter Lab55.674915.5993-18.5275
CIE-Lab62.505120.8655-22.9504

#a98cc0 color RGB value is (169,140,192).

#a98cc0 hex color red value is 169, green value is 140 and the blue value of its RGB is 192. Cylindrical-coordinate representations (also known as HSL) of color #a98cc0 hue: 0.76 , saturation: 0.29 and the lightness value of a98cc0 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001100 11000000
Octal 251 214 300
Decimal 169 140 192
Hex A9 8C C0

RGB Percentages of Color #a98cc0

%33.73
%27.94
%38.32

CMYK Percentages of Color #a98cc0

%12
%27
%0
%25

Triadic Colors of #a98cc0

#a98cc0 #c0a98c #8cc0a9

Analogous Colors of #a98cc0

#a98cc0 #c08cbd #8f8cc0

Monochromatic Colors of #a98cc0

#a98cc0

Complementary Color

#a98cc0 #a3c08c

#a98cc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98cc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98cc0 Color CSS Codes

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

#a98cc0 Text Font Color

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

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


#a98cc0 Background Color

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

This div background color is #a98cc0


#a98cc0 Border Color

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

This div border color is #a98cc0


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,140,192, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98cc0


Comments

No comments written yet.

Please login to write comment.