Color Hex Logo

#703652 Color Hex

#703652
(112,54,82)
0 Favorites   0 Comments

Color spaces of #703652

RGB 1125482
HSL0.920.350.33
HSV331°52°44°
CMYK 0.000.520.27   0.56
XYZ9.52426.69238.7724
Yxy6.69230.38110.2678
Hunter Lab25.869520.4456-1.9967
CIE-Lab31.095929.2385-5.1807

#703652 color RGB value is (112,54,82).

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

The process color (four color CMYK) of #703652 color hex is 0.00, 0.52, 0.27, 0.56. Web safe color of #703652 is #663366. Color #703652 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110110 01010010
Octal 160 66 122
Decimal 112 54 82
Hex 70 36 52

RGB Percentages of Color #703652

%45.16
%21.77
%33.06

CMYK Percentages of Color #703652

%0
%52
%27
%56

Triadic Colors of #703652

#703652 #527036 #365270

Analogous Colors of #703652

#703652 #703736 #70366f

Monochromatic Colors of #703652

#703652

Complementary Color

#703652 #367054

#703652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#703652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#703652 Color CSS Codes

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

#703652 Text Font Color

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

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


#703652 Background Color

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

This div background color is #703652


#703652 Border Color

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

This div border color is #703652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #703652


Comments

No comments written yet.

Please login to write comment.