Color Hex Logo

#702702 Color Hex

#702702
(112,39,2)
0 Favorites   0 Comments

Color spaces of #702702

RGB 112392
HSL0.060.960.22
HSV20°98°44°
CMYK 0.000.650.98   0.56
XYZ7.41864.90020.6123
Yxy4.90020.57370.3789
Hunter Lab22.136421.082313.8555
CIE-Lab26.448530.712536.8429

#702702 color RGB value is (112,39,2).

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

The process color (four color CMYK) of #702702 color hex is 0.00, 0.65, 0.98, 0.56. Web safe color of #702702 is #663300. Color #702702 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100111 00000010
Octal 160 47 2
Decimal 112 39 2
Hex 70 27 2

RGB Percentages of Color #702702

%73.20
%25.49
%1.31

CMYK Percentages of Color #702702

%0
%65
%98
%56

Triadic Colors of #702702

#702702 #027027 #270270

Analogous Colors of #702702

#702702 #705e02 #700214

Monochromatic Colors of #702702

#702702

Complementary Color

#702702 #024b70

#702702 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702702 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702702 Color CSS Codes

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

#702702 Text Font Color

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

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


#702702 Background Color

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

This div background color is #702702


#702702 Border Color

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

This div border color is #702702


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(112,39,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 #702702">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702702


Comments

No comments written yet.

Please login to write comment.