Color Hex Logo

#702401 Color Hex

#702401
(112,36,1)
0 Favorites   0 Comments

Color spaces of #702401

RGB 112361
HSL0.050.980.22
HSV19°99°44°
CMYK 0.000.680.99   0.56
XYZ7.31844.70870.5519
Yxy4.70870.58180.3743
Hunter Lab21.699522.226813.6817
CIE-Lab25.888232.161336.7408

#702401 color RGB value is (112,36,1).

#702401 hex color red value is 112, green value is 36 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #702401 hue: 0.05 , saturation: 0.98 and the lightness value of 702401 is 0.22.

The process color (four color CMYK) of #702401 color hex is 0.00, 0.68, 0.99, 0.56. Web safe color of #702401 is #663300. Color #702401 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00100100 00000001
Octal 160 44 1
Decimal 112 36 1
Hex 70 24 1

RGB Percentages of Color #702401

%75.17
%24.16
%0.67

CMYK Percentages of Color #702401

%0
%68
%99
%56

Triadic Colors of #702401

#702401 #017024 #240170

Analogous Colors of #702401

#702401 #705c01 #700115

Monochromatic Colors of #702401

#702401

Complementary Color

#702401 #014d70

#702401 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#702401 Color Preview on White Background

Lorem ipsum dolor sit amet.

#702401 Color CSS Codes

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

#702401 Text Font Color

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

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


#702401 Background Color

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

This div background color is #702401


#702401 Border Color

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

This div border color is #702401


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #702401


Comments

No comments written yet.

Please login to write comment.