Color Hex Logo

#af809e Color Hex

#AF809E
(175,128,158)
0 Favorites   0 Comments

Color spaces of #af809e

RGB 175128158
HSL0.890.230.59
HSV322°27°69°
CMYK 0.000.270.10   0.31
XYZ31.569927.020935.8994
Yxy27.02090.33410.2860
Hunter Lab51.981617.4402-4.5595
CIE-Lab58.993723.0215-8.8680

#af809e color RGB value is (175,128,158).

#af809e hex color red value is 175, green value is 128 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #af809e hue: 0.89 , saturation: 0.23 and the lightness value of af809e is 0.59.

The process color (four color CMYK) of #af809e color hex is 0.00, 0.27, 0.10, 0.31. Web safe color of #af809e is #999999. Color #af809e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 10011110
Octal 257 200 236
Decimal 175 128 158
Hex AF 80 9E

RGB Percentages of Color #af809e

%37.96
%27.77
%34.27

CMYK Percentages of Color #af809e

%0
%27
%10
%31

Triadic Colors of #af809e

#af809e #9eaf80 #809eaf

Analogous Colors of #af809e

#af809e #af8087 #a980af

Monochromatic Colors of #af809e

#af809e

Complementary Color

#af809e #80af91

#af809e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af809e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af809e Color CSS Codes

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

#af809e Text Font Color

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

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


#af809e Background Color

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

This div background color is #af809e


#af809e Border Color

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

This div border color is #af809e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af809e


Comments

No comments written yet.

Please login to write comment.