Color Hex Logo

#a98ebf Color Hex

#A98EBF
(169,142,191)
0 Favorites   0 Comments

Color spaces of #a98ebf

RGB 169142191
HSL0.760.280.65
HSV273°26°75°
CMYK 0.120.260.00   0.25
XYZ35.439231.542653.5107
Yxy31.54260.29410.2618
Hunter Lab56.162814.3501-17.1763
CIE-Lab62.963019.5172-21.6871

#a98ebf color RGB value is (169,142,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001110 10111111
Octal 251 216 277
Decimal 169 142 191
Hex A9 8E BF

RGB Percentages of Color #a98ebf

%33.67
%28.29
%38.05

CMYK Percentages of Color #a98ebf

%12
%26
%0
%25

Triadic Colors of #a98ebf

#a98ebf #bfa98e #8ebfa9

Analogous Colors of #a98ebf

#a98ebf #bf8ebd #918ebf

Monochromatic Colors of #a98ebf

#a98ebf

Complementary Color

#a98ebf #a4bf8e

#a98ebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ebf Color CSS Codes

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

#a98ebf Text Font Color

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

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


#a98ebf Background Color

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

This div background color is #a98ebf


#a98ebf Border Color

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

This div border color is #a98ebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98ebf


Comments

No comments written yet.

Please login to write comment.