Color Hex Logo

#702949 Color Hex

#702949
(112,41,73)
0 Favorites   0 Comments

Color spaces of #702949

RGB 1124173
HSL0.920.460.30
HSV333°63°44°
CMYK 0.000.630.35   0.56
XYZ8.67765.51176.9098
Yxy5.51170.41130.2612
Hunter Lab23.477024.8926-1.0164
CIE-Lab28.145534.8599-3.6617

#702949 color RGB value is (112,41,73).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00101001 01001001
Octal 160 51 111
Decimal 112 41 73
Hex 70 29 49

RGB Percentages of Color #702949

%49.56
%18.14
%32.30

CMYK Percentages of Color #702949

%0
%63
%35
%56

Triadic Colors of #702949

#702949 #497029 #294970

Analogous Colors of #702949

#702949 #702d29 #70296d

Monochromatic Colors of #702949

#702949

Complementary Color

#702949 #297050

#702949 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702949 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702949 Color CSS Codes

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

#702949 Text Font Color

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

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


#702949 Background Color

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

This div background color is #702949


#702949 Border Color

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

This div border color is #702949


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702949


Comments

No comments written yet.

Please login to write comment.