Color Hex Logo

#af516c Color Hex

#AF516C
(175,81,108)
0 Favorites   0 Comments

Color spaces of #af516c

RGB 17581108
HSL0.950.370.50
HSV343°54°69°
CMYK 0.000.540.38   0.31
XYZ23.328416.081516.0619
Yxy16.08150.42050.2899
Hunter Lab40.101733.66084.3239
CIE-Lab47.081241.15183.0849

#af516c color RGB value is (175,81,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010001 01101100
Octal 257 121 154
Decimal 175 81 108
Hex AF 51 6C

RGB Percentages of Color #af516c

%48.08
%22.25
%29.67

CMYK Percentages of Color #af516c

%0
%54
%38
%31

Triadic Colors of #af516c

#af516c #6caf51 #516caf

Analogous Colors of #af516c

#af516c #af6551 #af519b

Monochromatic Colors of #af516c

#af516c

Complementary Color

#af516c #51af94

#af516c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af516c Color Preview on White Background

Lorem ipsum dolor sit amet.

#af516c Color CSS Codes

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

#af516c Text Font Color

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

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


#af516c Background Color

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

This div background color is #af516c


#af516c Border Color

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

This div border color is #af516c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af516c


Comments

No comments written yet.

Please login to write comment.