Color Hex Logo

#702939 Color Hex

#702939
(112,41,57)
0 Favorites   0 Comments

Color spaces of #702939

RGB 1124157
HSL0.960.460.30
HSV346°63°44°
CMYK 0.000.630.49   0.56
XYZ8.21355.32604.4660
Yxy5.32600.45620.2958
Hunter Lab23.078123.14144.6811
CIE-Lab27.644032.93396.2748

#702939 color RGB value is (112,41,57).

#702939 hex color red value is 112, green value is 41 and the blue value of its RGB is 57. Cylindrical-coordinate representations (also known as HSL) of color #702939 hue: 0.96 , saturation: 0.46 and the lightness value of 702939 is 0.30.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101001 00111001
Octal 160 51 71
Decimal 112 41 57
Hex 70 29 39

RGB Percentages of Color #702939

%53.33
%19.52
%27.14

CMYK Percentages of Color #702939

%0
%63
%49
%56

Triadic Colors of #702939

#702939 #397029 #293970

Analogous Colors of #702939

#702939 #703d29 #70295d

Monochromatic Colors of #702939

#702939

Complementary Color

#702939 #297060

#702939 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702939 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702939 Color CSS Codes

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

#702939 Text Font Color

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

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


#702939 Background Color

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

This div background color is #702939


#702939 Border Color

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

This div border color is #702939


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702939


Comments

No comments written yet.

Please login to write comment.