Color Hex Logo

#701763 Color Hex

#701763
(112,23,99)
0 Favorites   0 Comments

Color spaces of #701763

RGB 1122399
HSL0.860.660.26
HSV309°79°44°
CMYK 0.000.790.12   0.56
XYZ9.24064.958412.2744
Yxy4.95840.34910.1873
Hunter Lab22.267535.1062-17.0949
CIE-Lab26.615946.2204-23.1390

#701763 color RGB value is (112,23,99).

#701763 hex color red value is 112, green value is 23 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #701763 hue: 0.86 , saturation: 0.66 and the lightness value of 701763 is 0.26.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 01100011
Octal 160 27 143
Decimal 112 23 99
Hex 70 17 63

RGB Percentages of Color #701763

%47.86
%9.83
%42.31

CMYK Percentages of Color #701763

%0
%79
%12
%56

Triadic Colors of #701763

#701763 #637017 #176370

Analogous Colors of #701763

#701763 #701736 #511770

Monochromatic Colors of #701763

#701763

Complementary Color

#701763 #177024

#701763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701763 Color CSS Codes

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

#701763 Text Font Color

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

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


#701763 Background Color

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

This div background color is #701763


#701763 Border Color

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

This div border color is #701763


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701763


Comments

No comments written yet.

Please login to write comment.