Color Hex Logo

#af8782 Color Hex

#AF8782
(175,135,130)
1 Favorites   0 Comments

Color spaces of #af8782

RGB 175135130
HSL0.020.220.60
HSV26°69°
CMYK 0.000.230.26   0.31
XYZ30.372428.053624.9332
Yxy28.05360.36440.3365
Hunter Lab52.96569.66849.1656
CIE-Lab59.937114.52018.5671

#af8782 color RGB value is (175,135,130).

#af8782 hex color red value is 175, green value is 135 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #af8782 hue: 0.02 , saturation: 0.22 and the lightness value of af8782 is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000111 10000010
Octal 257 207 202
Decimal 175 135 130
Hex AF 87 82

RGB Percentages of Color #af8782

%39.77
%30.68
%29.55

CMYK Percentages of Color #af8782

%0
%23
%26
%31

Triadic Colors of #af8782

#af8782 #82af87 #8782af

Analogous Colors of #af8782

#af8782 #af9e82 #af8294

Monochromatic Colors of #af8782

#af8782

Complementary Color

#af8782 #82aaaf

#af8782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af8782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af8782 Color CSS Codes

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

#af8782 Text Font Color

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

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


#af8782 Background Color

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

This div background color is #af8782


#af8782 Border Color

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

This div border color is #af8782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af8782


Comments

No comments written yet.

Please login to write comment.