Color Hex Logo

#af536a Color Hex

#AF536A
(175,83,106)
0 Favorites   0 Comments

Color spaces of #af536a

RGB 17583106
HSL0.960.370.51
HSV345°53°69°
CMYK 0.000.530.39   0.31
XYZ23.374016.341115.5579
Yxy16.34110.42290.2956
Hunter Lab40.424132.46995.4781
CIE-Lab47.418939.90044.7841

#af536a color RGB value is (175,83,106).

#af536a hex color red value is 175, green value is 83 and the blue value of its RGB is 106. Cylindrical-coordinate representations (also known as HSL) of color #af536a hue: 0.96 , saturation: 0.37 and the lightness value of af536a is 0.51.

The process color (four color CMYK) of #af536a color hex is 0.00, 0.53, 0.39, 0.31. Web safe color of #af536a is #996666. Color #af536a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 01101010
Octal 257 123 152
Decimal 175 83 106
Hex AF 53 6A

RGB Percentages of Color #af536a

%48.08
%22.80
%29.12

CMYK Percentages of Color #af536a

%0
%53
%39
%31

Triadic Colors of #af536a

#af536a #6aaf53 #536aaf

Analogous Colors of #af536a

#af536a #af6a53 #af5398

Monochromatic Colors of #af536a

#af536a

Complementary Color

#af536a #53af98

#af536a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af536a Color Preview on White Background

Lorem ipsum dolor sit amet.

#af536a Color CSS Codes

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

#af536a Text Font Color

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

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


#af536a Background Color

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

This div background color is #af536a


#af536a Border Color

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

This div border color is #af536a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af536a


Comments

No comments written yet.

Please login to write comment.