Color Hex Logo

#af8989 Color Hex

#AF8989
(175,137,137)
0 Favorites   0 Comments

Color spaces of #af8989

RGB 175137137
HSL0.000.190.61
HSV22°69°
CMYK 0.000.220.22   0.31
XYZ31.140228.811427.5868
Yxy28.81140.35570.3291
Hunter Lab53.67639.62317.1014
CIE-Lab60.614814.45565.5402

#af8989 color RGB value is (175,137,137).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 10001001
Octal 257 211 211
Decimal 175 137 137
Hex AF 89 89

RGB Percentages of Color #af8989

%38.98
%30.51
%30.51

CMYK Percentages of Color #af8989

%0
%22
%22
%31

Triadic Colors of #af8989

#af8989 #89af89 #8989af

Analogous Colors of #af8989

#af8989 #af9c89 #af899c

Monochromatic Colors of #af8989

#af8989

Complementary Color

#af8989 #89afaf

#af8989 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8989 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8989 Color CSS Codes

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

#af8989 Text Font Color

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

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


#af8989 Background Color

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

This div background color is #af8989


#af8989 Border Color

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

This div border color is #af8989


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8989


Comments

No comments written yet.

Please login to write comment.