Color Hex Logo

#af728c Color Hex

#AF728C
(175,114,140)
0 Favorites   0 Comments

Color spaces of #af728c

RGB 175114140
HSL0.930.280.57
HSV334°35°69°
CMYK 0.000.350.20   0.31
XYZ28.430123.042027.7601
Yxy23.04200.35880.2908
Hunter Lab48.002121.7162-0.6866
CIE-Lab55.115627.8548-4.2057

#af728c color RGB value is (175,114,140).

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

The process color (four color CMYK) of #af728c color hex is 0.00, 0.35, 0.20, 0.31. Web safe color of #af728c is #996699. Color #af728c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 10001100
Octal 257 162 214
Decimal 175 114 140
Hex AF 72 8C

RGB Percentages of Color #af728c

%40.79
%26.57
%32.63

CMYK Percentages of Color #af728c

%0
%35
%20
%31

Triadic Colors of #af728c

#af728c #8caf72 #728caf

Analogous Colors of #af728c

#af728c #af7772 #af72ab

Monochromatic Colors of #af728c

#af728c

Complementary Color

#af728c #72af95

#af728c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af728c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af728c Color CSS Codes

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

#af728c Text Font Color

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

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


#af728c Background Color

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

This div background color is #af728c


#af728c Border Color

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

This div border color is #af728c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af728c


Comments

No comments written yet.

Please login to write comment.