Color Hex Logo

#703142 Color Hex

#703142
(112,49,66)
0 Favorites   0 Comments

Color spaces of #703142

RGB 1124966
HSL0.960.390.32
HSV344°56°44°
CMYK 0.000.560.41   0.56
XYZ8.76386.03475.8572
Yxy6.03470.42430.2922
Hunter Lab24.565620.69013.0594
CIE-Lab29.499829.76532.9492

#703142 color RGB value is (112,49,66).

#703142 hex color red value is 112, green value is 49 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #703142 hue: 0.96 , saturation: 0.39 and the lightness value of 703142 is 0.32.

The process color (four color CMYK) of #703142 color hex is 0.00, 0.56, 0.41, 0.56. Web safe color of #703142 is #663333. Color #703142 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 01000010
Octal 160 61 102
Decimal 112 49 66
Hex 70 31 42

RGB Percentages of Color #703142

%49.34
%21.59
%29.07

CMYK Percentages of Color #703142

%0
%56
%41
%56

Triadic Colors of #703142

#703142 #427031 #314270

Analogous Colors of #703142

#703142 #703f31 #703162

Monochromatic Colors of #703142

#703142

Complementary Color

#703142 #31705f

#703142 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703142 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703142 Color CSS Codes

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

#703142 Text Font Color

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

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


#703142 Background Color

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

This div background color is #703142


#703142 Border Color

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

This div border color is #703142


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703142


Comments

No comments written yet.

Please login to write comment.