Color Hex Logo

#701860 Color Hex

#701860
(112,24,96)
0 Favorites   0 Comments

Color spaces of #701860

RGB 1122496
HSL0.860.650.27
HSV311°79°44°
CMYK 0.000.790.14   0.56
XYZ9.12004.942511.5397
Yxy4.94250.35620.1930
Hunter Lab22.231734.3195-15.2131
CIE-Lab26.570345.4124-21.2502

#701860 color RGB value is (112,24,96).

#701860 hex color red value is 112, green value is 24 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #701860 hue: 0.86 , saturation: 0.65 and the lightness value of 701860 is 0.27.

The process color (four color CMYK) of #701860 color hex is 0.00, 0.79, 0.14, 0.56. Web safe color of #701860 is #660066. Color #701860 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011000 01100000
Octal 160 30 140
Decimal 112 24 96
Hex 70 18 60

RGB Percentages of Color #701860

%48.28
%10.34
%41.38

CMYK Percentages of Color #701860

%0
%79
%14
%56

Triadic Colors of #701860

#701860 #607018 #186070

Analogous Colors of #701860

#701860 #701834 #541870

Monochromatic Colors of #701860

#701860

Complementary Color

#701860 #187028

#701860 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701860 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701860 Color CSS Codes

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

#701860 Text Font Color

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

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


#701860 Background Color

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

This div background color is #701860


#701860 Border Color

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

This div border color is #701860


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701860


Comments

No comments written yet.

Please login to write comment.