Color Hex Logo

#af4743 Color Hex

#AF4743
(175,71,67)
0 Favorites   0 Comments

Color spaces of #af4743

RGB 1757167
HSL0.010.450.47
HSV62°69°
CMYK 0.000.590.62   0.31
XYZ20.945614.02576.9135
Yxy14.02570.50010.3349
Hunter Lab37.450934.292715.2706
CIE-Lab44.269842.226624.1245

#af4743 color RGB value is (175,71,67).

#af4743 hex color red value is 175, green value is 71 and the blue value of its RGB is 67. Cylindrical-coordinate representations (also known as HSL) of color #af4743 hue: 0.01 , saturation: 0.45 and the lightness value of af4743 is 0.47.

The process color (four color CMYK) of #af4743 color hex is 0.00, 0.59, 0.62, 0.31. Web safe color of #af4743 is #993333. Color #af4743 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000111 01000011
Octal 257 107 103
Decimal 175 71 67
Hex AF 47 43

RGB Percentages of Color #af4743

%55.91
%22.68
%21.41

CMYK Percentages of Color #af4743

%0
%59
%62
%31

Triadic Colors of #af4743

#af4743 #43af47 #4743af

Analogous Colors of #af4743

#af4743 #af7d43 #af4375

Monochromatic Colors of #af4743

#af4743

Complementary Color

#af4743 #43abaf

#af4743 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4743 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4743 Color CSS Codes

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

#af4743 Text Font Color

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

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


#af4743 Background Color

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

This div background color is #af4743


#af4743 Border Color

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

This div border color is #af4743


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4743


Comments

No comments written yet.

Please login to write comment.