Color Hex Logo

#af857f Color Hex

#AF857F
(175,133,127)
0 Favorites   0 Comments

Color spaces of #af857f

RGB 175133127
HSL0.020.230.59
HSV27°69°
CMYK 0.000.240.27   0.31
XYZ29.897527.421323.7957
Yxy27.42130.36860.3381
Hunter Lab52.365410.27359.7134
CIE-Lab59.362315.20699.4657

#af857f color RGB value is (175,133,127).

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

The process color (four color CMYK) of #af857f color hex is 0.00, 0.24, 0.27, 0.31. Web safe color of #af857f is #999966. Color #af857f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000101 01111111
Octal 257 205 177
Decimal 175 133 127
Hex AF 85 7F

RGB Percentages of Color #af857f

%40.23
%30.57
%29.20

CMYK Percentages of Color #af857f

%0
%24
%27
%31

Triadic Colors of #af857f

#af857f #7faf85 #857faf

Analogous Colors of #af857f

#af857f #af9d7f #af7f91

Monochromatic Colors of #af857f

#af857f

Complementary Color

#af857f #7fa9af

#af857f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af857f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af857f Color CSS Codes

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

#af857f Text Font Color

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

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


#af857f Background Color

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

This div background color is #af857f


#af857f Border Color

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

This div border color is #af857f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af857f


Comments

No comments written yet.

Please login to write comment.