Color Hex Logo

#af728a Color Hex

#AF728A
(175,114,138)
0 Favorites   0 Comments

Color spaces of #af728a

RGB 175114138
HSL0.930.280.57
HSV336°35°69°
CMYK 0.000.350.21   0.31
XYZ28.284022.983626.9903
Yxy22.98360.36140.2937
Hunter Lab47.941221.41300.1793
CIE-Lab55.055427.5402-3.1262

#af728a color RGB value is (175,114,138).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 10001010
Octal 257 162 212
Decimal 175 114 138
Hex AF 72 8A

RGB Percentages of Color #af728a

%40.98
%26.70
%32.32

CMYK Percentages of Color #af728a

%0
%35
%21
%31

Triadic Colors of #af728a

#af728a #8aaf72 #728aaf

Analogous Colors of #af728a

#af728a #af7972 #af72a9

Monochromatic Colors of #af728a

#af728a

Complementary Color

#af728a #72af97

#af728a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af728a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af728a Color CSS Codes

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

#af728a Text Font Color

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

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


#af728a Background Color

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

This div background color is #af728a


#af728a Border Color

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

This div border color is #af728a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af728a


Comments

No comments written yet.

Please login to write comment.