Color Hex Logo

#af8993 Color Hex

#AF8993
(175,137,147)
0 Favorites   0 Comments

Color spaces of #af8993

RGB 175137147
HSL0.960.190.61
HSV344°22°69°
CMYK 0.000.220.16   0.31
XYZ31.891329.111931.5421
Yxy29.11190.34460.3146
Hunter Lab53.955411.08353.1082
CIE-Lab60.880316.06070.2175

#af8993 color RGB value is (175,137,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10001001 10010011
Octal 257 211 223
Decimal 175 137 147
Hex AF 89 93

RGB Percentages of Color #af8993

%38.13
%29.85
%32.03

CMYK Percentages of Color #af8993

%0
%22
%16
%31

Triadic Colors of #af8993

#af8993 #93af89 #8993af

Analogous Colors of #af8993

#af8993 #af9289 #af89a6

Monochromatic Colors of #af8993

#af8993

Complementary Color

#af8993 #89afa5

#af8993 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8993 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8993 Color CSS Codes

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

#af8993 Text Font Color

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

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


#af8993 Background Color

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

This div background color is #af8993


#af8993 Border Color

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

This div border color is #af8993


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8993


Comments

No comments written yet.

Please login to write comment.