Color Hex Logo

#703951 Color Hex

#703951
(112,57,81)
0 Favorites   0 Comments

Color spaces of #703951

RGB 1125781
HSL0.930.330.33
HSV334°49°44°
CMYK 0.000.490.28   0.56
XYZ9.63046.96518.6214
Yxy6.96510.38190.2762
Hunter Lab26.391518.9506-0.8944
CIE-Lab31.727327.3768-3.5936

#703951 color RGB value is (112,57,81).

#703951 hex color red value is 112, green value is 57 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #703951 hue: 0.93 , saturation: 0.33 and the lightness value of 703951 is 0.33.

The process color (four color CMYK) of #703951 color hex is 0.00, 0.49, 0.28, 0.56. Web safe color of #703951 is #663366. Color #703951 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 01010001
Octal 160 71 121
Decimal 112 57 81
Hex 70 39 51

RGB Percentages of Color #703951

%44.80
%22.80
%32.40

CMYK Percentages of Color #703951

%0
%49
%28
%56

Triadic Colors of #703951

#703951 #517039 #395170

Analogous Colors of #703951

#703951 #703d39 #70396d

Monochromatic Colors of #703951

#703951

Complementary Color

#703951 #397058

#703951 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703951 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703951 Color CSS Codes

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

#703951 Text Font Color

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

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


#703951 Background Color

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

This div background color is #703951


#703951 Border Color

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

This div border color is #703951


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703951


Comments

No comments written yet.

Please login to write comment.