Color Hex Logo

#a998bf Color Hex

#A998BF
(169,152,191)
0 Favorites   0 Comments

Color spaces of #a998bf

RGB 169152191
HSL0.740.230.67
HSV266°20°75°
CMYK 0.120.200.00   0.25
XYZ36.994434.653154.0291
Yxy34.65310.29440.2757
Hunter Lab58.86699.1598-13.2106
CIE-Lab65.477713.8672-17.8595

#a998bf color RGB value is (169,152,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10011000 10111111
Octal 251 230 277
Decimal 169 152 191
Hex A9 98 BF

RGB Percentages of Color #a998bf

%33.01
%29.69
%37.30

CMYK Percentages of Color #a998bf

%12
%20
%0
%25

Triadic Colors of #a998bf

#a998bf #bfa998 #98bfa9

Analogous Colors of #a998bf

#a998bf #bd98bf #989bbf

Monochromatic Colors of #a998bf

#a998bf

Complementary Color

#a998bf #aebf98

#a998bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a998bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#a998bf Color CSS Codes

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

#a998bf Text Font Color

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

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


#a998bf Background Color

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

This div background color is #a998bf


#a998bf Border Color

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

This div border color is #a998bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a998bf


Comments

No comments written yet.

Please login to write comment.