Color Hex Logo

#702207 Color Hex

#702207
(112,34,7)
0 Favorites   0 Comments

Color spaces of #702207

RGB 112347
HSL0.040.880.23
HSV15°94°44°
CMYK 0.000.700.94   0.56
XYZ7.29254.60410.7053
Yxy4.60410.57870.3653
Hunter Lab21.457223.115513.0711
CIE-Lab25.575733.257134.0078

#702207 color RGB value is (112,34,7).

#702207 hex color red value is 112, green value is 34 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #702207 hue: 0.04 , saturation: 0.88 and the lightness value of 702207 is 0.23.

The process color (four color CMYK) of #702207 color hex is 0.00, 0.70, 0.94, 0.56. Web safe color of #702207 is #663300. Color #702207 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100010 00000111
Octal 160 42 7
Decimal 112 34 7
Hex 70 22 7

RGB Percentages of Color #702207

%73.20
%22.22
%4.58

CMYK Percentages of Color #702207

%0
%70
%94
%56

Triadic Colors of #702207

#702207 #077022 #220770

Analogous Colors of #702207

#702207 #705707 #700721

Monochromatic Colors of #702207

#702207

Complementary Color

#702207 #075570

#702207 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702207 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702207 Color CSS Codes

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

#702207 Text Font Color

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

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


#702207 Background Color

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

This div background color is #702207


#702207 Border Color

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

This div border color is #702207


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702207


Comments

No comments written yet.

Please login to write comment.