Color Hex Logo

#af89ac Color Hex

#AF89AC
(175,137,172)
0 Favorites   0 Comments

Color spaces of #af89ac

RGB 175137172
HSL0.850.190.61
HSV305°22°69°
CMYK 0.000.220.02   0.31
XYZ34.071329.983843.0214
Yxy29.98380.31820.2800
Hunter Lab54.757515.2411-8.2523
CIE-Lab61.640220.5278-12.8965

#af89ac color RGB value is (175,137,172).

#af89ac hex color red value is 175, green value is 137 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #af89ac hue: 0.85 , saturation: 0.19 and the lightness value of af89ac is 0.61.

The process color (four color CMYK) of #af89ac color hex is 0.00, 0.22, 0.02, 0.31. Web safe color of #af89ac is #999999. Color #af89ac contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 10101100
Octal 257 211 254
Decimal 175 137 172
Hex AF 89 AC

RGB Percentages of Color #af89ac

%36.16
%28.31
%35.54

CMYK Percentages of Color #af89ac

%0
%22
%2
%31

Triadic Colors of #af89ac

#af89ac #acaf89 #89acaf

Analogous Colors of #af89ac

#af89ac #af8999 #9f89af

Monochromatic Colors of #af89ac

#af89ac

Complementary Color

#af89ac #89af8c

#af89ac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af89ac Color Preview on White Background

Lorem ipsum dolor sit amet.

#af89ac Color CSS Codes

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

#af89ac Text Font Color

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

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


#af89ac Background Color

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

This div background color is #af89ac


#af89ac Border Color

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

This div border color is #af89ac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af89ac


Comments

No comments written yet.

Please login to write comment.