Color Hex Logo

#71424e Color Hex

#71424E
(113,66,78)
0 Favorites   0 Comments

Color spaces of #71424e

RGB 1136678
HSL0.960.260.35
HSV345°42°44°
CMYK 0.000.420.31   0.56
XYZ10.13347.95728.2095
Yxy7.95720.38530.3026
Hunter Lab28.208514.75802.4908
CIE-Lab33.893622.02911.5314

#71424e color RGB value is (113,66,78).

#71424e hex color red value is 113, green value is 66 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #71424e hue: 0.96 , saturation: 0.26 and the lightness value of 71424e is 0.35.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 01000010 01001110
Octal 161 102 116
Decimal 113 66 78
Hex 71 42 4E

RGB Percentages of Color #71424e

%43.97
%25.68
%30.35

CMYK Percentages of Color #71424e

%0
%42
%31
%56

Triadic Colors of #71424e

#71424e #4e7142 #424e71

Analogous Colors of #71424e

#71424e #714e42 #714266

Monochromatic Colors of #71424e

#71424e

Complementary Color

#71424e #427165

#71424e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71424e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71424e Color CSS Codes

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

#71424e Text Font Color

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

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


#71424e Background Color

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

This div background color is #71424e


#71424e Border Color

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

This div border color is #71424e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,66,78, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71424e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71424e;
  -webkit-box-shadow: 1px 1px 3px 2px #71424e;
  box-shadow:         1px 1px 3px 2px #71424e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,66,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71424e


Comments

No comments written yet.

Please login to write comment.