Color Hex Logo

#702447 Color Hex

#702447
(112,36,71)
0 Favorites   0 Comments

Color spaces of #702447

RGB 1123671
HSL0.920.510.29
HSV332°68°44°
CMYK 0.000.680.37   0.56
XYZ8.45035.16146.5121
Yxy5.16140.41990.2565
Hunter Lab22.718726.6359-1.0918
CIE-Lab27.189736.9965-3.7488

#702447 color RGB value is (112,36,71).

#702447 hex color red value is 112, green value is 36 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #702447 hue: 0.92 , saturation: 0.51 and the lightness value of 702447 is 0.29.

The process color (four color CMYK) of #702447 color hex is 0.00, 0.68, 0.37, 0.56. Web safe color of #702447 is #663333. Color #702447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 01000111
Octal 160 44 107
Decimal 112 36 71
Hex 70 24 47

RGB Percentages of Color #702447

%51.14
%16.44
%32.42

CMYK Percentages of Color #702447

%0
%68
%37
%56

Triadic Colors of #702447

#702447 #477024 #244770

Analogous Colors of #702447

#702447 #702724 #70246d

Monochromatic Colors of #702447

#702447

Complementary Color

#702447 #24704d

#702447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702447 Color CSS Codes

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

#702447 Text Font Color

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

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


#702447 Background Color

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

This div background color is #702447


#702447 Border Color

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

This div border color is #702447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702447


Comments

No comments written yet.

Please login to write comment.