Color Hex Logo

#71384d Color Hex

#71384D
(113,56,77)
0 Favorites   0 Comments

Color spaces of #71384d

RGB 1135677
HSL0.940.340.33
HSV338°50°44°
CMYK 0.000.500.32   0.56
XYZ9.56386.87497.8441
Yxy6.87490.39390.2831
Hunter Lab26.220019.22310.6166
CIE-Lab31.520427.7301-1.2876

#71384d color RGB value is (113,56,77).

#71384d hex color red value is 113, green value is 56 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #71384d hue: 0.94 , saturation: 0.34 and the lightness value of 71384d is 0.33.

The process color (four color CMYK) of #71384d color hex is 0.00, 0.50, 0.32, 0.56. Web safe color of #71384d is #663366. Color #71384d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00111000 01001101
Octal 161 70 115
Decimal 113 56 77
Hex 71 38 4D

RGB Percentages of Color #71384d

%45.93
%22.76
%31.30

CMYK Percentages of Color #71384d

%0
%50
%32
%56

Triadic Colors of #71384d

#71384d #4d7138 #384d71

Analogous Colors of #71384d

#71384d #714038 #71386a

Monochromatic Colors of #71384d

#71384d

Complementary Color

#71384d #38715c

#71384d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71384d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71384d Color CSS Codes

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

#71384d Text Font Color

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

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


#71384d Background Color

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

This div background color is #71384d


#71384d Border Color

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

This div border color is #71384d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,56,77, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71384d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71384d;
  -webkit-box-shadow: 1px 1px 3px 2px #71384d;
  box-shadow:         1px 1px 3px 2px #71384d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71384d


Comments

No comments written yet.

Please login to write comment.