Color Hex Logo

#af847f Color Hex

#AF847F
(175,132,127)
0 Favorites   0 Comments

Color spaces of #af847f

RGB 175132127
HSL0.020.230.59
HSV27°69°
CMYK 0.000.250.27   0.31
XYZ29.761227.148823.7503
Yxy27.14880.36900.3366
Hunter Lab52.104510.77329.4476
CIE-Lab59.111815.76909.1105

#af847f color RGB value is (175,132,127).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10000100 01111111
Octal 257 204 177
Decimal 175 132 127
Hex AF 84 7F

RGB Percentages of Color #af847f

%40.32
%30.41
%29.26

CMYK Percentages of Color #af847f

%0
%25
%27
%31

Triadic Colors of #af847f

#af847f #7faf84 #847faf

Analogous Colors of #af847f

#af847f #af9c7f #af7f92

Monochromatic Colors of #af847f

#af847f

Complementary Color

#af847f #7faaaf

#af847f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af847f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af847f Color CSS Codes

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

#af847f Text Font Color

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

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


#af847f Background Color

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

This div background color is #af847f


#af847f Border Color

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

This div border color is #af847f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,132,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 #af847f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af847f


Comments

No comments written yet.

Please login to write comment.