Color Hex Logo

#701e6f Color Hex

#701E6F
(112,30,111)
0 Favorites   0 Comments

Color spaces of #701e6f

RGB 11230111
HSL0.840.580.28
HSV301°73°44°
CMYK 0.000.730.01   0.56
XYZ10.01565.521015.5767
Yxy5.52100.32190.1774
Hunter Lab23.496834.9669-22.8573
CIE-Lab28.170345.7760-28.4451

#701e6f color RGB value is (112,30,111).

#701e6f hex color red value is 112, green value is 30 and the blue value of its RGB is 111. Cylindrical-coordinate representations (also known as HSL) of color #701e6f hue: 0.84 , saturation: 0.58 and the lightness value of 701e6f is 0.28.

The process color (four color CMYK) of #701e6f color hex is 0.00, 0.73, 0.01, 0.56. Web safe color of #701e6f is #663366. Color #701e6f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00011110 01101111
Octal 160 36 157
Decimal 112 30 111
Hex 70 1E 6F

RGB Percentages of Color #701e6f

%44.27
%11.86
%43.87

CMYK Percentages of Color #701e6f

%0
%73
%1
%56

Triadic Colors of #701e6f

#701e6f #6f701e #1e6f70

Analogous Colors of #701e6f

#701e6f #701e46 #481e70

Monochromatic Colors of #701e6f

#701e6f

Complementary Color

#701e6f #1e701f

#701e6f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701e6f Color Preview on White Background

Lorem ipsum dolor sit amet.

#701e6f Color CSS Codes

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

#701e6f Text Font Color

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

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


#701e6f Background Color

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

This div background color is #701e6f


#701e6f Border Color

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

This div border color is #701e6f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701e6f


Comments

No comments written yet.

Please login to write comment.