Color Hex Logo

#af518f Color Hex

#AF518F
(175,81,143)
0 Favorites   0 Comments

Color spaces of #af518f

RGB 17581143
HSL0.890.370.50
HSV320°54°69°
CMYK 0.000.540.18   0.31
XYZ25.579616.982027.9163
Yxy16.98200.36290.2410
Hunter Lab41.209238.6833-11.3183
CIE-Lab48.237345.9309-16.3022

#af518f color RGB value is (175,81,143).

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

The process color (four color CMYK) of #af518f color hex is 0.00, 0.54, 0.18, 0.31. Web safe color of #af518f is #996699. Color #af518f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010001 10001111
Octal 257 121 217
Decimal 175 81 143
Hex AF 51 8F

RGB Percentages of Color #af518f

%43.86
%20.30
%35.84

CMYK Percentages of Color #af518f

%0
%54
%18
%31

Triadic Colors of #af518f

#af518f #8faf51 #518faf

Analogous Colors of #af518f

#af518f #af5160 #a051af

Monochromatic Colors of #af518f

#af518f

Complementary Color

#af518f #51af71

#af518f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af518f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af518f Color CSS Codes

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

#af518f Text Font Color

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

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


#af518f Background Color

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

This div background color is #af518f


#af518f Border Color

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

This div border color is #af518f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af518f


Comments

No comments written yet.

Please login to write comment.