Color Hex Logo

#af808d Color Hex

#AF808D
(175,128,141)
0 Favorites   0 Comments

Color spaces of #af808d

RGB 175128141
HSL0.950.230.59
HSV343°27°69°
CMYK 0.000.270.19   0.31
XYZ30.206126.475428.7175
Yxy26.47540.35370.3100
Hunter Lab51.454314.74312.9272
CIE-Lab58.485620.15180.1631

#af808d color RGB value is (175,128,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000000 10001101
Octal 257 200 215
Decimal 175 128 141
Hex AF 80 8D

RGB Percentages of Color #af808d

%39.41
%28.83
%31.76

CMYK Percentages of Color #af808d

%0
%27
%19
%31

Triadic Colors of #af808d

#af808d #8daf80 #808daf

Analogous Colors of #af808d

#af808d #af8b80 #af80a5

Monochromatic Colors of #af808d

#af808d

Complementary Color

#af808d #80afa2

#af808d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af808d Color Preview on White Background

Lorem ipsum dolor sit amet.

#af808d Color CSS Codes

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

#af808d Text Font Color

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

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


#af808d Background Color

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

This div background color is #af808d


#af808d Border Color

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

This div border color is #af808d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af808d


Comments

No comments written yet.

Please login to write comment.