Color Hex Logo

#af728b Color Hex

#AF728B
(175,114,139)
0 Favorites   0 Comments

Color spaces of #af728b

RGB 175114139
HSL0.930.280.57
HSV335°35°69°
CMYK 0.000.350.21   0.31
XYZ28.356723.012727.3734
Yxy23.01270.36010.2923
Hunter Lab47.971621.5638-0.2518
CIE-Lab55.085427.6968-3.6661

#af728b color RGB value is (175,114,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110010 10001011
Octal 257 162 213
Decimal 175 114 139
Hex AF 72 8B

RGB Percentages of Color #af728b

%40.89
%26.64
%32.48

CMYK Percentages of Color #af728b

%0
%35
%21
%31

Triadic Colors of #af728b

#af728b #8baf72 #728baf

Analogous Colors of #af728b

#af728b #af7872 #af72aa

Monochromatic Colors of #af728b

#af728b

Complementary Color

#af728b #72af96

#af728b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af728b Color Preview on White Background

Lorem ipsum dolor sit amet.

#af728b Color CSS Codes

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

#af728b Text Font Color

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

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


#af728b Background Color

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

This div background color is #af728b


#af728b Border Color

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

This div border color is #af728b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af728b


Comments

No comments written yet.

Please login to write comment.