Color Hex Logo

#701946 Color Hex

#701946
(112,25,70)
0 Favorites   0 Comments

Color spaces of #701946

RGB 1122570
HSL0.910.640.27
HSV329°78°44°
CMYK 0.000.780.38   0.56
XYZ8.13524.58226.2500
Yxy4.58220.42890.2416
Hunter Lab21.406130.3768-2.3268
CIE-Lab25.509741.4291-5.5817

#701946 color RGB value is (112,25,70).

#701946 hex color red value is 112, green value is 25 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #701946 hue: 0.91 , saturation: 0.64 and the lightness value of 701946 is 0.27.

The process color (four color CMYK) of #701946 color hex is 0.00, 0.78, 0.38, 0.56. Web safe color of #701946 is #660033. Color #701946 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011001 01000110
Octal 160 31 106
Decimal 112 25 70
Hex 70 19 46

RGB Percentages of Color #701946

%54.11
%12.08
%33.82

CMYK Percentages of Color #701946

%0
%78
%38
%56

Triadic Colors of #701946

#701946 #467019 #194670

Analogous Colors of #701946

#701946 #70191b #6f1970

Monochromatic Colors of #701946

#701946

Complementary Color

#701946 #197043

#701946 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701946 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701946 Color CSS Codes

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

#701946 Text Font Color

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

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


#701946 Background Color

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

This div background color is #701946


#701946 Border Color

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

This div border color is #701946


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701946


Comments

No comments written yet.

Please login to write comment.