Color Hex Logo

#71314b Color Hex

#71314B
(113,49,75)
0 Favorites   0 Comments

Color spaces of #71314b

RGB 1134975
HSL0.930.400.32
HSV336°57°44°
CMYK 0.000.570.34   0.56
XYZ9.17846.21537.3725
Yxy6.21530.40320.2730
Hunter Lab24.930522.0881-0.0820
CIE-Lab29.949331.3354-2.2941

#71314b color RGB value is (113,49,75).

#71314b hex color red value is 113, green value is 49 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #71314b hue: 0.93 , saturation: 0.40 and the lightness value of 71314b is 0.32.

The process color (four color CMYK) of #71314b color hex is 0.00, 0.57, 0.34, 0.56. Web safe color of #71314b is #663333. Color #71314b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 01001011
Octal 161 61 113
Decimal 113 49 75
Hex 71 31 4B

RGB Percentages of Color #71314b

%47.68
%20.68
%31.65

CMYK Percentages of Color #71314b

%0
%57
%34
%56

Triadic Colors of #71314b

#71314b #4b7131 #314b71

Analogous Colors of #71314b

#71314b #713731 #71316b

Monochromatic Colors of #71314b

#71314b

Complementary Color

#71314b #317157

#71314b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71314b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71314b Color CSS Codes

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

#71314b Text Font Color

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

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


#71314b Background Color

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

This div background color is #71314b


#71314b Border Color

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

This div border color is #71314b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71314b


Comments

No comments written yet.

Please login to write comment.