Color Hex Logo

#af3142 Color Hex

#AF3142
(175,49,66)
0 Favorites   0 Comments

Color spaces of #af3142

RGB 1754966
HSL0.980.560.44
HSV352°72°69°
CMYK 0.000.720.62   0.31
XYZ19.760911.70396.3718
Yxy11.70390.52230.3093
Hunter Lab34.211043.235812.9049
CIE-Lab40.741651.629420.1823

#af3142 color RGB value is (175,49,66).

#af3142 hex color red value is 175, green value is 49 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #af3142 hue: 0.98 , saturation: 0.56 and the lightness value of af3142 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 00110001 01000010
Octal 257 61 102
Decimal 175 49 66
Hex AF 31 42

RGB Percentages of Color #af3142

%60.34
%16.90
%22.76

CMYK Percentages of Color #af3142

%0
%72
%62
%31

Triadic Colors of #af3142

#af3142 #42af31 #3142af

Analogous Colors of #af3142

#af3142 #af5f31 #af3181

Monochromatic Colors of #af3142

#af3142

Complementary Color

#af3142 #31af9e

#af3142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#af3142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#af3142 Color CSS Codes

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

#af3142 Text Font Color

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

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


#af3142 Background Color

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

This div background color is #af3142


#af3142 Border Color

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

This div border color is #af3142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #af3142


Comments

No comments written yet.

Please login to write comment.