Color Hex Logo

#af7857 Color Hex

#AF7857
(175,120,87)
0 Favorites   0 Comments

Color spaces of #af7857

RGB 17512087
HSL0.060.350.51
HSV23°50°69°
CMYK 0.000.310.50   0.31
XYZ26.116023.235012.1252
Yxy23.23500.42480.3780
Hunter Lab48.202712.355818.8277
CIE-Lab55.313617.670826.7328

#af7857 color RGB value is (175,120,87).

#af7857 hex color red value is 175, green value is 120 and the blue value of its RGB is 87. Cylindrical-coordinate representations (also known as HSL) of color #af7857 hue: 0.06 , saturation: 0.35 and the lightness value of af7857 is 0.51.

The process color (four color CMYK) of #af7857 color hex is 0.00, 0.31, 0.50, 0.31. Web safe color of #af7857 is #996666. Color #af7857 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 01010111
Octal 257 170 127
Decimal 175 120 87
Hex AF 78 57

RGB Percentages of Color #af7857

%45.81
%31.41
%22.77

CMYK Percentages of Color #af7857

%0
%31
%50
%31

Triadic Colors of #af7857

#af7857 #57af78 #7857af

Analogous Colors of #af7857

#af7857 #afa457 #af5762

Monochromatic Colors of #af7857

#af7857

Complementary Color

#af7857 #578eaf

#af7857 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7857 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7857 Color CSS Codes

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

#af7857 Text Font Color

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

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


#af7857 Background Color

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

This div background color is #af7857


#af7857 Border Color

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

This div border color is #af7857


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7857


Comments

No comments written yet.

Please login to write comment.