Color Hex Logo

#af809d Color Hex

#AF809D
(175,128,157)
0 Favorites   0 Comments

Color spaces of #af809d

RGB 175128157
HSL0.900.230.59
HSV323°27°69°
CMYK 0.000.270.10   0.31
XYZ31.484226.986635.4478
Yxy26.98660.33520.2873
Hunter Lab51.948617.2723-4.0932
CIE-Lab58.961922.8447-8.3409

#af809d color RGB value is (175,128,157).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 10011101
Octal 257 200 235
Decimal 175 128 157
Hex AF 80 9D

RGB Percentages of Color #af809d

%38.04
%27.83
%34.13

CMYK Percentages of Color #af809d

%0
%27
%10
%31

Triadic Colors of #af809d

#af809d #9daf80 #809daf

Analogous Colors of #af809d

#af809d #af8086 #aa80af

Monochromatic Colors of #af809d

#af809d

Complementary Color

#af809d #80af92

#af809d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af809d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af809d Color CSS Codes

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

#af809d Text Font Color

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

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


#af809d Background Color

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

This div background color is #af809d


#af809d Border Color

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

This div border color is #af809d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af809d


Comments

No comments written yet.

Please login to write comment.