Color Hex Logo

#af7866 Color Hex

#AF7866
(175,120,102)
0 Favorites   0 Comments

Color spaces of #af7866

RGB 175120102
HSL0.040.310.54
HSV15°42°69°
CMYK 0.000.310.42   0.31
XYZ26.793923.506215.6953
Yxy23.50620.40600.3562
Hunter Lab48.483213.801214.7445
CIE-Lab55.590019.268018.5653

#af7866 color RGB value is (175,120,102).

#af7866 hex color red value is 175, green value is 120 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #af7866 hue: 0.04 , saturation: 0.31 and the lightness value of af7866 is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01111000 01100110
Octal 257 170 146
Decimal 175 120 102
Hex AF 78 66

RGB Percentages of Color #af7866

%44.08
%30.23
%25.69

CMYK Percentages of Color #af7866

%0
%31
%42
%31

Triadic Colors of #af7866

#af7866 #66af78 #7866af

Analogous Colors of #af7866

#af7866 #af9d66 #af6679

Monochromatic Colors of #af7866

#af7866

Complementary Color

#af7866 #669daf

#af7866 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af7866 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af7866 Color CSS Codes

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

#af7866 Text Font Color

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

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


#af7866 Background Color

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

This div background color is #af7866


#af7866 Border Color

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

This div border color is #af7866


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af7866


Comments

No comments written yet.

Please login to write comment.