Color Hex Logo

#701566 Color Hex

#701566
(112,21,102)
0 Favorites   0 Comments

Color spaces of #701566

RGB 11221102
HSL0.850.680.26
HSV307°81°44°
CMYK 0.000.810.09   0.56
XYZ9.34854.940413.0312
Yxy4.94040.34220.1808
Hunter Lab22.227036.1784-19.2015
CIE-Lab26.564347.3343-25.1742

#701566 color RGB value is (112,21,102).

#701566 hex color red value is 112, green value is 21 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #701566 hue: 0.85 , saturation: 0.68 and the lightness value of 701566 is 0.26.

The process color (four color CMYK) of #701566 color hex is 0.00, 0.81, 0.09, 0.56. Web safe color of #701566 is #660066. Color #701566 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 01100110
Octal 160 25 146
Decimal 112 21 102
Hex 70 15 66

RGB Percentages of Color #701566

%47.66
%8.94
%43.40

CMYK Percentages of Color #701566

%0
%81
%9
%56

Triadic Colors of #701566

#701566 #667015 #156670

Analogous Colors of #701566

#701566 #701538 #4d1570

Monochromatic Colors of #701566

#701566

Complementary Color

#701566 #15701f

#701566 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701566 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701566 Color CSS Codes

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

#701566 Text Font Color

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

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


#701566 Background Color

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

This div background color is #701566


#701566 Border Color

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

This div border color is #701566


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701566


Comments

No comments written yet.

Please login to write comment.