Color Hex Logo

#af98aa Color Hex

#AF98AA
(175,152,170)
0 Favorites   0 Comments

Color spaces of #af98aa

RGB 175152170
HSL0.870.130.64
HSV313°13°69°
CMYK 0.000.130.03   0.31
XYZ36.163134.472742.7781
Yxy34.47270.31890.3040
Hunter Lab58.71357.1941-2.0987
CIE-Lab65.336111.7225-6.2473

#af98aa color RGB value is (175,152,170).

#af98aa hex color red value is 175, green value is 152 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #af98aa hue: 0.87 , saturation: 0.13 and the lightness value of af98aa is 0.64.

The process color (four color CMYK) of #af98aa color hex is 0.00, 0.13, 0.03, 0.31. Web safe color of #af98aa is #999999. Color #af98aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 10101010
Octal 257 230 252
Decimal 175 152 170
Hex AF 98 AA

RGB Percentages of Color #af98aa

%35.21
%30.58
%34.21

CMYK Percentages of Color #af98aa

%0
%13
%3
%31

Triadic Colors of #af98aa

#af98aa #aaaf98 #98aaaf

Analogous Colors of #af98aa

#af98aa #af989f #a998af

Monochromatic Colors of #af98aa

#af98aa

Complementary Color

#af98aa #98af9d

#af98aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af98aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#af98aa Color CSS Codes

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

#af98aa Text Font Color

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

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


#af98aa Background Color

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

This div background color is #af98aa


#af98aa Border Color

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

This div border color is #af98aa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,152,170, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af98aa

#af98aa Color Palettes


Comments

No comments written yet.

Please login to write comment.