Color Hex Logo

#70394f Color Hex

#70394F
(112,57,79)
0 Favorites   0 Comments

Color spaces of #70394f

RGB 1125779
HSL0.930.330.33
HSV336°49°44°
CMYK 0.000.490.29   0.56
XYZ9.55656.93558.2321
Yxy6.93550.38650.2805
Hunter Lab26.335318.6868-0.0986
CIE-Lab31.659627.0709-2.3977

#70394f color RGB value is (112,57,79).

#70394f hex color red value is 112, green value is 57 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #70394f hue: 0.93 , saturation: 0.33 and the lightness value of 70394f is 0.33.

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

Base Numbers

BaseRedGreenBlue
Binary 01110000 00111001 01001111
Octal 160 71 117
Decimal 112 57 79
Hex 70 39 4F

RGB Percentages of Color #70394f

%45.16
%22.98
%31.85

CMYK Percentages of Color #70394f

%0
%49
%29
%56

Triadic Colors of #70394f

#70394f #4f7039 #394f70

Analogous Colors of #70394f

#70394f #703f39 #70396b

Monochromatic Colors of #70394f

#70394f

Complementary Color

#70394f #39705a

#70394f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#70394f Color Preview on White Background

Lorem ipsum dolor sit amet.

#70394f Color CSS Codes

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

#70394f Text Font Color

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

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


#70394f Background Color

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

This div background color is #70394f


#70394f Border Color

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

This div border color is #70394f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #70394f


Comments

No comments written yet.

Please login to write comment.