Color Hex Logo

#af556e Color Hex

#AF556E
(175,85,110)
0 Favorites   0 Comments

Color spaces of #af556e

RGB 17585110
HSL0.950.360.51
HSV343°51°69°
CMYK 0.000.510.37   0.31
XYZ23.742216.736716.7310
Yxy16.73670.41500.2925
Hunter Lab40.910531.99814.3898
CIE-Lab47.926539.34843.0949

#af556e color RGB value is (175,85,110).

#af556e hex color red value is 175, green value is 85 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #af556e hue: 0.95 , saturation: 0.36 and the lightness value of af556e is 0.51.

The process color (four color CMYK) of #af556e color hex is 0.00, 0.51, 0.37, 0.31. Web safe color of #af556e is #996666. Color #af556e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010101 01101110
Octal 257 125 156
Decimal 175 85 110
Hex AF 55 6E

RGB Percentages of Color #af556e

%47.30
%22.97
%29.73

CMYK Percentages of Color #af556e

%0
%51
%37
%31

Triadic Colors of #af556e

#af556e #6eaf55 #556eaf

Analogous Colors of #af556e

#af556e #af6955 #af559b

Monochromatic Colors of #af556e

#af556e

Complementary Color

#af556e #55af96

#af556e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af556e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af556e Color CSS Codes

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

#af556e Text Font Color

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

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


#af556e Background Color

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

This div background color is #af556e


#af556e Border Color

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

This div border color is #af556e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af556e


Comments

No comments written yet.

Please login to write comment.