Color Hex Logo

#af878b Color Hex

#AF878B
(175,135,139)
0 Favorites   0 Comments

Color spaces of #af878b

RGB 175135139
HSL0.980.200.61
HSV354°23°69°
CMYK 0.000.230.21   0.31
XYZ31.003428.306028.2556
Yxy28.30600.35410.3233
Hunter Lab53.203410.91205.7542
CIE-Lab60.164215.89243.7487

#af878b color RGB value is (175,135,139).

#af878b hex color red value is 175, green value is 135 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #af878b hue: 0.98 , saturation: 0.20 and the lightness value of af878b is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 10001011
Octal 257 207 213
Decimal 175 135 139
Hex AF 87 8B

RGB Percentages of Color #af878b

%38.98
%30.07
%30.96

CMYK Percentages of Color #af878b

%0
%23
%21
%31

Triadic Colors of #af878b

#af878b #8baf87 #878baf

Analogous Colors of #af878b

#af878b #af9787 #af879f

Monochromatic Colors of #af878b

#af878b

Complementary Color

#af878b #87afab

#af878b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af878b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af878b Color CSS Codes

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

#af878b Text Font Color

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

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


#af878b Background Color

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

This div background color is #af878b


#af878b Border Color

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

This div border color is #af878b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af878b


Comments

No comments written yet.

Please login to write comment.