Color Hex Logo

#af4043 Color Hex

#AF4043
(175,64,67)
0 Favorites   0 Comments

Color spaces of #af4043

RGB 1756467
HSL1.000.460.47
HSV358°63°69°
CMYK 0.000.630.62   0.31
XYZ20.525713.18606.7735
Yxy13.18600.50700.3257
Hunter Lab36.312537.350414.3592
CIE-Lab43.042245.486222.5502

#af4043 color RGB value is (175,64,67).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 01000000 01000011
Octal 257 100 103
Decimal 175 64 67
Hex AF 40 43

RGB Percentages of Color #af4043

%57.19
%20.92
%21.90

CMYK Percentages of Color #af4043

%0
%63
%62
%31

Triadic Colors of #af4043

#af4043 #43af40 #4043af

Analogous Colors of #af4043

#af4043 #af7540 #af407b

Monochromatic Colors of #af4043

#af4043

Complementary Color

#af4043 #40afac

#af4043 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af4043 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af4043 Color CSS Codes

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

#af4043 Text Font Color

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

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


#af4043 Background Color

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

This div background color is #af4043


#af4043 Border Color

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

This div border color is #af4043


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af4043


Comments

No comments written yet.

Please login to write comment.