Color Hex Logo

#af727c Color Hex

#AF727C
(175,114,124)
0 Favorites   0 Comments

Color spaces of #af727c

RGB 175114124
HSL0.970.280.57
HSV350°35°69°
CMYK 0.000.350.29   0.31
XYZ27.334622.603821.9911
Yxy22.60380.38000.3142
Hunter Lab47.543519.42565.8560
CIE-Lab54.661925.45914.4873

#af727c color RGB value is (175,114,124).

#af727c hex color red value is 175, green value is 114 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #af727c hue: 0.97 , saturation: 0.28 and the lightness value of af727c is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 01111100
Octal 257 162 174
Decimal 175 114 124
Hex AF 72 7C

RGB Percentages of Color #af727c

%42.37
%27.60
%30.02

CMYK Percentages of Color #af727c

%0
%35
%29
%31

Triadic Colors of #af727c

#af727c #7caf72 #727caf

Analogous Colors of #af727c

#af727c #af8772 #af729b

Monochromatic Colors of #af727c

#af727c

Complementary Color

#af727c #72afa5

#af727c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af727c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af727c Color CSS Codes

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

#af727c Text Font Color

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

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


#af727c Background Color

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

This div background color is #af727c


#af727c Border Color

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

This div border color is #af727c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af727c


Comments

No comments written yet.

Please login to write comment.