Color Hex Logo

#701568 Color Hex

#701568
(112,21,104)
0 Favorites   0 Comments

Color spaces of #701568

RGB 11221104
HSL0.850.680.26
HSV305°81°44°
CMYK 0.000.810.07   0.56
XYZ9.44894.980613.5600
Yxy4.98060.33760.1779
Hunter Lab22.317336.5199-20.4026
CIE-Lab26.679447.6614-26.2913

#701568 color RGB value is (112,21,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010101 01101000
Octal 160 25 150
Decimal 112 21 104
Hex 70 15 68

RGB Percentages of Color #701568

%47.26
%8.86
%43.88

CMYK Percentages of Color #701568

%0
%81
%7
%56

Triadic Colors of #701568

#701568 #687015 #156870

Analogous Colors of #701568

#701568 #70153b #4a1570

Monochromatic Colors of #701568

#701568

Complementary Color

#701568 #15701d

#701568 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701568 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701568 Color CSS Codes

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

#701568 Text Font Color

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

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


#701568 Background Color

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

This div background color is #701568


#701568 Border Color

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

This div border color is #701568


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701568


Comments

No comments written yet.

Please login to write comment.