Color Hex Logo

#af536e Color Hex

#AF536E
(175,83,110)
0 Favorites   0 Comments

Color spaces of #af536e

RGB 17583110
HSL0.950.370.51
HSV342°53°69°
CMYK 0.000.530.37   0.31
XYZ23.586916.426316.6793
Yxy16.42630.41600.2897
Hunter Lab40.529432.95533.9706
CIE-Lab47.528940.37442.5197

#af536e color RGB value is (175,83,110).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 01101110
Octal 257 123 156
Decimal 175 83 110
Hex AF 53 6E

RGB Percentages of Color #af536e

%47.55
%22.55
%29.89

CMYK Percentages of Color #af536e

%0
%53
%37
%31

Triadic Colors of #af536e

#af536e #6eaf53 #536eaf

Analogous Colors of #af536e

#af536e #af6653 #af539c

Monochromatic Colors of #af536e

#af536e

Complementary Color

#af536e #53af94

#af536e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af536e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af536e Color CSS Codes

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

#af536e Text Font Color

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

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


#af536e Background Color

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

This div background color is #af536e


#af536e Border Color

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

This div border color is #af536e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af536e


Comments

No comments written yet.

Please login to write comment.