Color Hex Logo

#701702 Color Hex

#701702
(112,23,2)
0 Favorites   0 Comments

Color spaces of #701702

RGB 112232
HSL0.030.960.22
HSV11°98°44°
CMYK 0.000.790.98   0.56
XYZ6.99944.06190.4725
Yxy4.06190.60690.3522
Hunter Lab20.154226.722112.7179
CIE-Lab23.875037.702134.4055

#701702 color RGB value is (112,23,2).

#701702 hex color red value is 112, green value is 23 and the blue value of its RGB is 2. Cylindrical-coordinate representations (also known as HSL) of color #701702 hue: 0.03 , saturation: 0.96 and the lightness value of 701702 is 0.22.

The process color (four color CMYK) of #701702 color hex is 0.00, 0.79, 0.98, 0.56. Web safe color of #701702 is #660000. Color #701702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 00000010
Octal 160 27 2
Decimal 112 23 2
Hex 70 17 2

RGB Percentages of Color #701702

%81.75
%16.79
%1.46

CMYK Percentages of Color #701702

%0
%79
%98
%56

Triadic Colors of #701702

#701702 #027017 #170270

Analogous Colors of #701702

#701702 #704e02 #700224

Monochromatic Colors of #701702

#701702

Complementary Color

#701702 #025b70

#701702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701702 Color CSS Codes

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

#701702 Text Font Color

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

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


#701702 Background Color

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

This div background color is #701702


#701702 Border Color

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

This div border color is #701702


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701702

#701702 Color Palettes


Comments

No comments written yet.

Please login to write comment.