Color Hex Logo

#af987e Color Hex

#AF987E
(175,152,126)
1 Favorites   0 Comments

Color spaces of #af987e

RGB 175152126
HSL0.090.230.59
HSV32°28°69°
CMYK 0.000.130.28   0.31
XYZ32.673333.076824.4011
Yxy33.07680.36240.3669
Hunter Lab57.51240.760615.1034
CIE-Lab64.22304.469116.8333

#af987e color RGB value is (175,152,126).

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

The process color (four color CMYK) of #af987e color hex is 0.00, 0.13, 0.28, 0.31. Web safe color of #af987e is #999966. Color #af987e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10011000 01111110
Octal 257 230 176
Decimal 175 152 126
Hex AF 98 7E

RGB Percentages of Color #af987e

%38.63
%33.55
%27.81

CMYK Percentages of Color #af987e

%0
%13
%28
%31

Triadic Colors of #af987e

#af987e #7eaf98 #987eaf

Analogous Colors of #af987e

#af987e #aeaf7e #af807e

Monochromatic Colors of #af987e

#af987e

Complementary Color

#af987e #7e95af

#af987e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af987e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af987e Color CSS Codes

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

#af987e Text Font Color

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

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


#af987e Background Color

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

This div background color is #af987e


#af987e Border Color

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

This div border color is #af987e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af987e

#af987e Color Palettes


Comments

No comments written yet.

Please login to write comment.