Color Hex Logo

#703344 Color Hex

#703344
(112,51,68)
0 Favorites   0 Comments

Color spaces of #703344

RGB 1125168
HSL0.950.370.32
HSV343°54°44°
CMYK 0.000.540.39   0.56
XYZ8.90936.22986.2017
Yxy6.22980.41750.2919
Hunter Lab24.959620.03622.7399
CIE-Lab29.985028.91742.3336

#703344 color RGB value is (112,51,68).

#703344 hex color red value is 112, green value is 51 and the blue value of its RGB is 68. Cylindrical-coordinate representations (also known as HSL) of color #703344 hue: 0.95 , saturation: 0.37 and the lightness value of 703344 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110011 01000100
Octal 160 63 104
Decimal 112 51 68
Hex 70 33 44

RGB Percentages of Color #703344

%48.48
%22.08
%29.44

CMYK Percentages of Color #703344

%0
%54
%39
%56

Triadic Colors of #703344

#703344 #447033 #334470

Analogous Colors of #703344

#703344 #704133 #703363

Monochromatic Colors of #703344

#703344

Complementary Color

#703344 #33705f

#703344 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703344 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703344 Color CSS Codes

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

#703344 Text Font Color

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

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


#703344 Background Color

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

This div background color is #703344


#703344 Border Color

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

This div border color is #703344


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,51,68, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703344


Comments

No comments written yet.

Please login to write comment.