Color Hex Logo

#af739f Color Hex

#AF739F
(175,115,159)
0 Favorites   0 Comments

Color spaces of #af739f

RGB 175115159
HSL0.880.270.57
HSV316°34°69°
CMYK 0.000.340.09   0.31
XYZ30.067923.878635.8252
Yxy23.87860.33490.2660
Hunter Lab48.865724.3190-9.2616
CIE-Lab55.966030.4906-13.9928

#af739f color RGB value is (175,115,159).

#af739f hex color red value is 175, green value is 115 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #af739f hue: 0.88 , saturation: 0.27 and the lightness value of af739f is 0.57.

The process color (four color CMYK) of #af739f color hex is 0.00, 0.34, 0.09, 0.31. Web safe color of #af739f is #996699. Color #af739f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01110011 10011111
Octal 257 163 237
Decimal 175 115 159
Hex AF 73 9F

RGB Percentages of Color #af739f

%38.98
%25.61
%35.41

CMYK Percentages of Color #af739f

%0
%34
%9
%31

Triadic Colors of #af739f

#af739f #9faf73 #739faf

Analogous Colors of #af739f

#af739f #af7381 #a173af

Monochromatic Colors of #af739f

#af739f

Complementary Color

#af739f #73af83

#af739f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af739f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af739f Color CSS Codes

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

#af739f Text Font Color

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

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


#af739f Background Color

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

This div background color is #af739f


#af739f Border Color

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

This div border color is #af739f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af739f


Comments

No comments written yet.

Please login to write comment.