Color Hex Logo

#703853 Color Hex

#703853
(112,56,83)
0 Favorites   0 Comments

Color spaces of #703853

RGB 1125683
HSL0.920.330.33
HSV331°50°44°
CMYK 0.000.500.26   0.56
XYZ9.65766.89769.0060
Yxy6.89760.37780.2698
Hunter Lab26.263319.6777-1.9470
CIE-Lab31.572628.2628-5.1188

#703853 color RGB value is (112,56,83).

#703853 hex color red value is 112, green value is 56 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #703853 hue: 0.92 , saturation: 0.33 and the lightness value of 703853 is 0.33.

The process color (four color CMYK) of #703853 color hex is 0.00, 0.50, 0.26, 0.56. Web safe color of #703853 is #663366. Color #703853 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111000 01010011
Octal 160 70 123
Decimal 112 56 83
Hex 70 38 53

RGB Percentages of Color #703853

%44.62
%22.31
%33.07

CMYK Percentages of Color #703853

%0
%50
%26
%56

Triadic Colors of #703853

#703853 #537038 #385370

Analogous Colors of #703853

#703853 #703938 #70386f

Monochromatic Colors of #703853

#703853

Complementary Color

#703853 #387055

#703853 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703853 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703853 Color CSS Codes

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

#703853 Text Font Color

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

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


#703853 Background Color

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

This div background color is #703853


#703853 Border Color

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

This div border color is #703853


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703853


Comments

No comments written yet.

Please login to write comment.