Color Hex Logo

#af5e4e Color Hex

#AF5E4E
(175,94,78)
0 Favorites   0 Comments

Color spaces of #af5e4e

RGB 1759478
HSL0.030.380.50
HSV10°55°69°
CMYK 0.000.460.55   0.31
XYZ23.057017.66949.4030
Yxy17.66940.45990.3525
Hunter Lab42.035024.349516.1616
CIE-Lab49.092631.263223.8260

#af5e4e color RGB value is (175,94,78).

#af5e4e hex color red value is 175, green value is 94 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #af5e4e hue: 0.03 , saturation: 0.38 and the lightness value of af5e4e is 0.50.

The process color (four color CMYK) of #af5e4e color hex is 0.00, 0.46, 0.55, 0.31. Web safe color of #af5e4e is #996666. Color #af5e4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01011110 01001110
Octal 257 136 116
Decimal 175 94 78
Hex AF 5E 4E

RGB Percentages of Color #af5e4e

%50.43
%27.09
%22.48

CMYK Percentages of Color #af5e4e

%0
%46
%55
%31

Triadic Colors of #af5e4e

#af5e4e #4eaf5e #5e4eaf

Analogous Colors of #af5e4e

#af5e4e #af8f4e #af4e6f

Monochromatic Colors of #af5e4e

#af5e4e

Complementary Color

#af5e4e #4e9faf

#af5e4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5e4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5e4e Color CSS Codes

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

#af5e4e Text Font Color

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

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


#af5e4e Background Color

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

This div background color is #af5e4e


#af5e4e Border Color

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

This div border color is #af5e4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5e4e


Comments

No comments written yet.

Please login to write comment.