Color Hex Logo

#a98fcb Color Hex

#A98FCB
(169,143,203)
0 Favorites   0 Comments

Color spaces of #a98fcb

RGB 169143203
HSL0.740.370.68
HSV266°30°80°
CMYK 0.170.300.00   0.20
XYZ36.964132.391760.8039
Yxy32.39170.28400.2489
Hunter Lab56.913716.3325-23.5030
CIE-Lab63.665321.5795-27.3436

#a98fcb color RGB value is (169,143,203).

#a98fcb hex color red value is 169, green value is 143 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #a98fcb hue: 0.74 , saturation: 0.37 and the lightness value of a98fcb is 0.68.

The process color (four color CMYK) of #a98fcb color hex is 0.17, 0.30, 0.00, 0.20. Web safe color of #a98fcb is #9999cc. Color #a98fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 11001011
Octal 251 217 313
Decimal 169 143 203
Hex A9 8F CB

RGB Percentages of Color #a98fcb

%32.82
%27.77
%39.42

CMYK Percentages of Color #a98fcb

%17
%30
%0
%20

Triadic Colors of #a98fcb

#a98fcb #cba98f #8fcba9

Analogous Colors of #a98fcb

#a98fcb #c78fcb #8f93cb

Monochromatic Colors of #a98fcb

#a98fcb

Complementary Color

#a98fcb #b1cb8f

#a98fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98fcb Color CSS Codes

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

#a98fcb Text Font Color

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

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


#a98fcb Background Color

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

This div background color is #a98fcb


#a98fcb Border Color

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

This div border color is #a98fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #a98fcb


Comments

No comments written yet.

Please login to write comment.