Color Hex Logo

#af5347 Color Hex

#AF5347
(175,83,71)
0 Favorites   0 Comments

Color spaces of #af5347

RGB 1758371
HSL0.020.420.48
HSV59°69°
CMYK 0.000.530.59   0.31
XYZ21.909815.75547.8476
Yxy15.75540.48140.3462
Hunter Lab39.693129.065616.0631
CIE-Lab46.651936.523524.7888

#af5347 color RGB value is (175,83,71).

#af5347 hex color red value is 175, green value is 83 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #af5347 hue: 0.02 , saturation: 0.42 and the lightness value of af5347 is 0.48.

The process color (four color CMYK) of #af5347 color hex is 0.00, 0.53, 0.59, 0.31. Web safe color of #af5347 is #996633. Color #af5347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01010011 01000111
Octal 257 123 107
Decimal 175 83 71
Hex AF 53 47

RGB Percentages of Color #af5347

%53.19
%25.23
%21.58

CMYK Percentages of Color #af5347

%0
%53
%59
%31

Triadic Colors of #af5347

#af5347 #47af53 #5347af

Analogous Colors of #af5347

#af5347 #af8747 #af476f

Monochromatic Colors of #af5347

#af5347

Complementary Color

#af5347 #47a3af

#af5347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af5347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af5347 Color CSS Codes

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

#af5347 Text Font Color

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

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


#af5347 Background Color

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

This div background color is #af5347


#af5347 Border Color

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

This div border color is #af5347


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af5347


Comments

No comments written yet.

Please login to write comment.