Color Hex Logo

#701681 Color Hex

#701681
(112,22,129)
0 Favorites   0 Comments

Color spaces of #701681

RGB 11222129
HSL0.810.710.30
HSV290°83°51°
CMYK 0.130.830.00   0.49
XYZ10.93145.603521.2743
Yxy5.60350.28910.1482
Hunter Lab23.671741.0043-36.7151
CIE-Lab28.389251.8216-39.5212

#701681 color RGB value is (112,22,129).

#701681 hex color red value is 112, green value is 22 and the blue value of its RGB is 129. Cylindrical-coordinate representations (also known as HSL) of color #701681 hue: 0.81 , saturation: 0.71 and the lightness value of 701681 is 0.30.

The process color (four color CMYK) of #701681 color hex is 0.13, 0.83, 0.00, 0.49. Web safe color of #701681 is #660099. Color #701681 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010110 10000001
Octal 160 26 201
Decimal 112 22 129
Hex 70 16 81

RGB Percentages of Color #701681

%42.59
%8.37
%49.05

CMYK Percentages of Color #701681

%13
%83
%0
%49

Triadic Colors of #701681

#701681 #817016 #168170

Analogous Colors of #701681

#701681 #81165d #3b1681

Monochromatic Colors of #701681

#701681

Complementary Color

#701681 #278116

#701681 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701681 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701681 Color CSS Codes

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

#701681 Text Font Color

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

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


#701681 Background Color

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

This div background color is #701681


#701681 Border Color

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

This div border color is #701681


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701681


Comments

No comments written yet.

Please login to write comment.