Color Hex Logo

#af597e Color Hex

#AF597E
(175,89,126)
0 Favorites   0 Comments

Color spaces of #af597e

RGB 17589126
HSL0.930.350.52
HSV334°49°69°
CMYK 0.000.490.28   0.31
XYZ25.017517.765121.8491
Yxy17.76510.38710.2749
Hunter Lab42.148732.1892-1.2308
CIE-Lab49.210039.3566-4.6594

#af597e color RGB value is (175,89,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011001 01111110
Octal 257 131 176
Decimal 175 89 126
Hex AF 59 7E

RGB Percentages of Color #af597e

%44.87
%22.82
%32.31

CMYK Percentages of Color #af597e

%0
%49
%28
%31

Triadic Colors of #af597e

#af597e #7eaf59 #597eaf

Analogous Colors of #af597e

#af597e #af5f59 #af59a9

Monochromatic Colors of #af597e

#af597e

Complementary Color

#af597e #59af8a

#af597e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af597e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af597e Color CSS Codes

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

#af597e Text Font Color

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

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


#af597e Background Color

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

This div background color is #af597e


#af597e Border Color

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

This div border color is #af597e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af597e


Comments

No comments written yet.

Please login to write comment.