Color Hex Logo

#70315f Color Hex

#70315F
(112,49,95)
0 Favorites   0 Comments

Color spaces of #70315f

RGB 1124995
HSL0.880.390.32
HSV316°56°44°
CMYK 0.000.560.15   0.56
XYZ9.84606.467611.5559
Yxy6.46760.35330.2321
Hunter Lab25.431524.6026-9.1390
CIE-Lab30.562834.1230-14.4109

#70315f color RGB value is (112,49,95).

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

The process color (four color CMYK) of #70315f color hex is 0.00, 0.56, 0.15, 0.56. Web safe color of #70315f is #663366. Color #70315f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 00110001 01011111
Octal 160 61 137
Decimal 112 49 95
Hex 70 31 5F

RGB Percentages of Color #70315f

%43.75
%19.14
%37.11

CMYK Percentages of Color #70315f

%0
%56
%15
%56

Triadic Colors of #70315f

#70315f #5f7031 #315f70

Analogous Colors of #70315f

#70315f #703140 #613170

Monochromatic Colors of #70315f

#70315f

Complementary Color

#70315f #317042

#70315f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70315f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70315f Color CSS Codes

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

#70315f Text Font Color

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

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


#70315f Background Color

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

This div background color is #70315f


#70315f Border Color

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

This div border color is #70315f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70315f


Comments

No comments written yet.

Please login to write comment.