Color Hex Logo

#704151 Color Hex

#704151
(112,65,81)
0 Favorites   0 Comments

Color spaces of #704151

RGB 1126581
HSL0.940.270.35
HSV340°42°44°
CMYK 0.000.420.28   0.56
XYZ10.05767.81948.7638
Yxy7.81940.37750.2935
Hunter Lab27.963215.26600.9925
CIE-Lab33.603922.6851-0.8284

#704151 color RGB value is (112,65,81).

#704151 hex color red value is 112, green value is 65 and the blue value of its RGB is 81. Cylindrical-coordinate representations (also known as HSL) of color #704151 hue: 0.94 , saturation: 0.27 and the lightness value of 704151 is 0.35.

The process color (four color CMYK) of #704151 color hex is 0.00, 0.42, 0.28, 0.56. Web safe color of #704151 is #663366. Color #704151 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110000 01000001 01010001
Octal 160 101 121
Decimal 112 65 81
Hex 70 41 51

RGB Percentages of Color #704151

%43.41
%25.19
%31.40

CMYK Percentages of Color #704151

%0
%42
%28
%56

Triadic Colors of #704151

#704151 #517041 #415170

Analogous Colors of #704151

#704151 #704941 #704169

Monochromatic Colors of #704151

#704151

Complementary Color

#704151 #417060

#704151 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#704151 Color Preview on White Background

Lorem ipsum dolor sit amet.

#704151 Color CSS Codes

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

#704151 Text Font Color

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

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


#704151 Background Color

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

This div background color is #704151


#704151 Border Color

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

This div border color is #704151


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #704151


Comments

No comments written yet.

Please login to write comment.