Color Hex Logo

#af707f Color Hex

#AF707F
(175,112,127)
0 Favorites   0 Comments

Color spaces of #af707f

RGB 175112127
HSL0.960.280.56
HSV346°36°69°
CMYK 0.000.360.27   0.31
XYZ27.304122.234622.9313
Yxy22.23460.37680.3068
Hunter Lab47.153620.84104.1741
CIE-Lab54.275027.00362.1714

#af707f color RGB value is (175,112,127).

#af707f hex color red value is 175, green value is 112 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #af707f hue: 0.96 , saturation: 0.28 and the lightness value of af707f is 0.56.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110000 01111111
Octal 257 160 177
Decimal 175 112 127
Hex AF 70 7F

RGB Percentages of Color #af707f

%42.27
%27.05
%30.68

CMYK Percentages of Color #af707f

%0
%36
%27
%31

Triadic Colors of #af707f

#af707f #7faf70 #707faf

Analogous Colors of #af707f

#af707f #af8170 #af709f

Monochromatic Colors of #af707f

#af707f

Complementary Color

#af707f #70afa0

#af707f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af707f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af707f Color CSS Codes

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

#af707f Text Font Color

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

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


#af707f Background Color

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

This div background color is #af707f


#af707f Border Color

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

This div border color is #af707f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af707f


Comments

No comments written yet.

Please login to write comment.