Color Hex Logo

#af354f Color Hex

#AF354F
(175,53,79)
0 Favorites   0 Comments

Color spaces of #af354f

RGB 1755379
HSL0.960.540.45
HSV347°70°69°
CMYK 0.000.700.55   0.31
XYZ20.363612.22478.6835
Yxy12.22470.49340.2962
Hunter Lab34.963842.77519.7496
CIE-Lab41.571051.035513.1726

#af354f color RGB value is (175,53,79).

#af354f hex color red value is 175, green value is 53 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #af354f hue: 0.96 , saturation: 0.54 and the lightness value of af354f is 0.45.

The process color (four color CMYK) of #af354f color hex is 0.00, 0.70, 0.55, 0.31. Web safe color of #af354f is #993366. Color #af354f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110101 01001111
Octal 257 65 117
Decimal 175 53 79
Hex AF 35 4F

RGB Percentages of Color #af354f

%57.00
%17.26
%25.73

CMYK Percentages of Color #af354f

%0
%70
%55
%31

Triadic Colors of #af354f

#af354f #4faf35 #354faf

Analogous Colors of #af354f

#af354f #af5835 #af358c

Monochromatic Colors of #af354f

#af354f

Complementary Color

#af354f #35af95

#af354f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af354f Color Preview on White Background

Lorem ipsum dolor sit amet.

#af354f Color CSS Codes

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

#af354f Text Font Color

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

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


#af354f Background Color

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

This div background color is #af354f


#af354f Border Color

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

This div border color is #af354f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af354f


Comments

No comments written yet.

Please login to write comment.