Color Hex Logo

#a98fbe Color Hex

#A98FBE
(169,143,190)
0 Favorites   0 Comments

Color spaces of #a98fbe

RGB 169143190
HSL0.760.270.65
HSV273°25°75°
CMYK 0.110.250.00   0.25
XYZ35.478931.797652.9828
Yxy31.79760.29500.2644
Hunter Lab56.389413.6267-16.2357
CIE-Lab63.175218.7368-20.8004

#a98fbe color RGB value is (169,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 10111110
Octal 251 217 276
Decimal 169 143 190
Hex A9 8F BE

RGB Percentages of Color #a98fbe

%33.67
%28.49
%37.85

CMYK Percentages of Color #a98fbe

%11
%25
%0
%25

Triadic Colors of #a98fbe

#a98fbe #bea98f #8fbea9

Analogous Colors of #a98fbe

#a98fbe #be8fbc #928fbe

Monochromatic Colors of #a98fbe

#a98fbe

Complementary Color

#a98fbe #a4be8f

#a98fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98fbe Color CSS Codes

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

#a98fbe Text Font Color

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

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


#a98fbe Background Color

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

This div background color is #a98fbe


#a98fbe Border Color

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

This div border color is #a98fbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98fbe


Comments

No comments written yet.

Please login to write comment.