Color Hex Logo

#701376 Color Hex

#701376
(112,19,118)
0 Favorites   0 Comments

Color spaces of #701376

RGB 11219118
HSL0.820.720.27
HSV296°84°46°
CMYK 0.050.840.00   0.54
XYZ10.18505.218517.6100
Yxy5.21850.30850.1581
Hunter Lab22.844039.6071-29.7146
CIE-Lab27.348450.6428-34.2287

#701376 color RGB value is (112,19,118).

#701376 hex color red value is 112, green value is 19 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #701376 hue: 0.82 , saturation: 0.72 and the lightness value of 701376 is 0.27.

The process color (four color CMYK) of #701376 color hex is 0.05, 0.84, 0.00, 0.54. Web safe color of #701376 is #660066. Color #701376 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010011 01110110
Octal 160 23 166
Decimal 112 19 118
Hex 70 13 76

RGB Percentages of Color #701376

%44.98
%7.63
%47.39

CMYK Percentages of Color #701376

%5
%84
%0
%54

Triadic Colors of #701376

#701376 #767013 #137670

Analogous Colors of #701376

#701376 #76134a #3f1376

Monochromatic Colors of #701376

#701376

Complementary Color

#701376 #197613

#701376 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701376 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701376 Color CSS Codes

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

#701376 Text Font Color

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

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


#701376 Background Color

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

This div background color is #701376


#701376 Border Color

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

This div border color is #701376


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701376


Comments

No comments written yet.

Please login to write comment.