Color Hex Logo

#70316b Color Hex

#70316B
(112,49,107)
0 Favorites   0 Comments

Color spaces of #70316b

RGB 11249107
HSL0.850.390.32
HSV305°56°44°
CMYK 0.000.560.04   0.56
XYZ10.43426.702914.6538
Yxy6.70290.32820.2108
Hunter Lab25.890026.6318-15.4354
CIE-Lab31.120836.3040-21.2501

#70316b color RGB value is (112,49,107).

#70316b hex color red value is 112, green value is 49 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #70316b hue: 0.85 , saturation: 0.39 and the lightness value of 70316b is 0.32.

The process color (four color CMYK) of #70316b color hex is 0.00, 0.56, 0.04, 0.56. Web safe color of #70316b is #663366. Color #70316b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 01101011
Octal 160 61 153
Decimal 112 49 107
Hex 70 31 6B

RGB Percentages of Color #70316b

%41.79
%18.28
%39.93

CMYK Percentages of Color #70316b

%0
%56
%4
%56

Triadic Colors of #70316b

#70316b #6b7031 #316b70

Analogous Colors of #70316b

#70316b #70314c #563170

Monochromatic Colors of #70316b

#70316b

Complementary Color

#70316b #317036

#70316b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70316b Color Preview on White Background

Lorem ipsum dolor sit amet.

#70316b Color CSS Codes

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

#70316b Text Font Color

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

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


#70316b Background Color

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

This div background color is #70316b


#70316b Border Color

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

This div border color is #70316b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70316b


Comments

No comments written yet.

Please login to write comment.