Color Hex Logo

#a98cbe Color Hex

#A98CBE
(169,140,190)
0 Favorites   0 Comments

Color spaces of #a98cbe

RGB 169140190
HSL0.760.280.65
HSV275°26°75°
CMYK 0.110.260.00   0.25
XYZ35.034530.908952.8347
Yxy30.90890.29500.2602
Hunter Lab55.595815.1918-17.4284
CIE-Lab62.430720.4368-21.9375

#a98cbe color RGB value is (169,140,190).

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

The process color (four color CMYK) of #a98cbe color hex is 0.11, 0.26, 0.00, 0.25. Web safe color of #a98cbe is #9999cc. Color #a98cbe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001100 10111110
Octal 251 214 276
Decimal 169 140 190
Hex A9 8C BE

RGB Percentages of Color #a98cbe

%33.87
%28.06
%38.08

CMYK Percentages of Color #a98cbe

%11
%26
%0
%25

Triadic Colors of #a98cbe

#a98cbe #bea98c #8cbea9

Analogous Colors of #a98cbe

#a98cbe #be8cba #908cbe

Monochromatic Colors of #a98cbe

#a98cbe

Complementary Color

#a98cbe #a1be8c

#a98cbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98cbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98cbe Color CSS Codes

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

#a98cbe Text Font Color

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

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


#a98cbe Background Color

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

This div background color is #a98cbe


#a98cbe Border Color

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

This div border color is #a98cbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98cbe


Comments

No comments written yet.

Please login to write comment.