Color Hex Logo

#af596c Color Hex

#AF596C
(175,89,108)
0 Favorites   0 Comments

Color spaces of #af596c

RGB 17589108
HSL0.960.350.52
HSV347°49°69°
CMYK 0.000.490.38   0.31
XYZ23.958317.341416.2718
Yxy17.34140.41610.3012
Hunter Lab41.643029.82045.9828
CIE-Lab48.687437.02165.3958

#af596c color RGB value is (175,89,108).

#af596c hex color red value is 175, green value is 89 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #af596c hue: 0.96 , saturation: 0.35 and the lightness value of af596c is 0.52.

The process color (four color CMYK) of #af596c color hex is 0.00, 0.49, 0.38, 0.31. Web safe color of #af596c is #996666. Color #af596c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 01101100
Octal 257 131 154
Decimal 175 89 108
Hex AF 59 6C

RGB Percentages of Color #af596c

%47.04
%23.92
%29.03

CMYK Percentages of Color #af596c

%0
%49
%38
%31

Triadic Colors of #af596c

#af596c #6caf59 #596caf

Analogous Colors of #af596c

#af596c #af7159 #af5997

Monochromatic Colors of #af596c

#af596c

Complementary Color

#af596c #59af9c

#af596c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af596c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af596c Color CSS Codes

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

#af596c Text Font Color

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

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


#af596c Background Color

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

This div background color is #af596c


#af596c Border Color

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

This div border color is #af596c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af596c


Comments

No comments written yet.

Please login to write comment.