Color Hex Logo

#71376b Color Hex

#71376B
(113,55,107)
0 Favorites   0 Comments

Color spaces of #71376b

RGB 11355107
HSL0.850.350.33
HSV306°51°44°
CMYK 0.000.510.05   0.56
XYZ10.83017.304614.7490
Yxy7.30460.32930.2221
Hunter Lab27.027024.2301-13.4364
CIE-Lab32.490533.3903-19.1099

#71376b color RGB value is (113,55,107).

#71376b hex color red value is 113, green value is 55 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #71376b hue: 0.85 , saturation: 0.35 and the lightness value of 71376b is 0.33.

The process color (four color CMYK) of #71376b color hex is 0.00, 0.51, 0.05, 0.56. Web safe color of #71376b is #663366. Color #71376b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110111 01101011
Octal 161 67 153
Decimal 113 55 107
Hex 71 37 6B

RGB Percentages of Color #71376b

%41.09
%20.00
%38.91

CMYK Percentages of Color #71376b

%0
%51
%5
%56

Triadic Colors of #71376b

#71376b #6b7137 #376b71

Analogous Colors of #71376b

#71376b #71374e #5a3771

Monochromatic Colors of #71376b

#71376b

Complementary Color

#71376b #37713d

#71376b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71376b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71376b Color CSS Codes

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

#71376b Text Font Color

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

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


#71376b Background Color

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

This div background color is #71376b


#71376b Border Color

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

This div border color is #71376b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71376b


Comments

No comments written yet.

Please login to write comment.