Color Hex Logo

#af517e Color Hex

#AF517E
(175,81,126)
0 Favorites   0 Comments

Color spaces of #af517e

RGB 17581126
HSL0.920.370.50
HSV331°54°69°
CMYK 0.000.540.28   0.31
XYZ24.387516.505221.6391
Yxy16.50520.39000.2639
Hunter Lab40.626636.0542-3.1412
CIE-Lab47.630443.4521-7.0064

#af517e color RGB value is (175,81,126).

#af517e hex color red value is 175, green value is 81 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #af517e hue: 0.92 , saturation: 0.37 and the lightness value of af517e is 0.50.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010001 01111110
Octal 257 121 176
Decimal 175 81 126
Hex AF 51 7E

RGB Percentages of Color #af517e

%45.81
%21.20
%32.98

CMYK Percentages of Color #af517e

%0
%54
%28
%31

Triadic Colors of #af517e

#af517e #7eaf51 #517eaf

Analogous Colors of #af517e

#af517e #af5351 #af51ad

Monochromatic Colors of #af517e

#af517e

Complementary Color

#af517e #51af82

#af517e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af517e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af517e Color CSS Codes

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

#af517e Text Font Color

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

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


#af517e Background Color

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

This div background color is #af517e


#af517e Border Color

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

This div border color is #af517e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,81,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 #af517e">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af517e


Comments

No comments written yet.

Please login to write comment.