Color Hex Logo

#701770 Color Hex

#701770
(112,23,112)
0 Favorites   0 Comments

Color spaces of #701770

RGB 11223112
HSL0.830.660.26
HSV300°79°44°
CMYK 0.000.790.00   0.56
XYZ9.91315.227415.8157
Yxy5.22740.32020.1689
Hunter Lab22.863537.3824-25.0091
CIE-Lab27.373048.4042-30.3520

#701770 color RGB value is (112,23,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010111 01110000
Octal 160 27 160
Decimal 112 23 112
Hex 70 17 70

RGB Percentages of Color #701770

%45.34
%9.31
%45.34

CMYK Percentages of Color #701770

%0
%79
%0
%56

Triadic Colors of #701770

#701770 #707017 #177070

Analogous Colors of #701770

#701770 #701744 #441770

Monochromatic Colors of #701770

#701770

Complementary Color

#701770 #177017

#701770 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701770 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701770 Color CSS Codes

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

#701770 Text Font Color

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

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


#701770 Background Color

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

This div background color is #701770


#701770 Border Color

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

This div border color is #701770


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701770


Comments

No comments written yet.

Please login to write comment.