Color Hex Logo

#701138 Color Hex

#701138
(112,17,56)
0 Favorites   0 Comments

Color spaces of #701138

RGB 1121756
HSL0.930.740.25
HSV335°85°44°
CMYK 0.000.850.50   0.56
XYZ7.59634.13124.1384
Yxy4.13120.47880.2604
Hunter Lab20.325431.14242.1558
CIE-Lab24.100542.52591.8947

#701138 color RGB value is (112,17,56).

#701138 hex color red value is 112, green value is 17 and the blue value of its RGB is 56. Cylindrical-coordinate representations (also known as HSL) of color #701138 hue: 0.93 , saturation: 0.74 and the lightness value of 701138 is 0.25.

The process color (four color CMYK) of #701138 color hex is 0.00, 0.85, 0.50, 0.56. Web safe color of #701138 is #660033. Color #701138 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00010001 00111000
Octal 160 21 70
Decimal 112 17 56
Hex 70 11 38

RGB Percentages of Color #701138

%60.54
%9.19
%30.27

CMYK Percentages of Color #701138

%0
%85
%50
%56

Triadic Colors of #701138

#701138 #387011 #113870

Analogous Colors of #701138

#701138 #701a11 #701168

Monochromatic Colors of #701138

#701138

Complementary Color

#701138 #117049

#701138 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#701138 Color Preview on White Background

Lorem ipsum dolor sit amet.

#701138 Color CSS Codes

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

#701138 Text Font Color

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

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


#701138 Background Color

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

This div background color is #701138


#701138 Border Color

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

This div border color is #701138


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #701138


Comments

No comments written yet.

Please login to write comment.