Color Hex Logo

#71325b Color Hex

#71325B
(113,50,91)
0 Favorites   0 Comments

Color spaces of #71325b

RGB 1135091
HSL0.890.390.32
HSV321°56°44°
CMYK 0.000.560.19   0.56
XYZ9.83906.547210.6427
Yxy6.54720.36400.2422
Hunter Lab25.587523.8594-6.7495
CIE-Lab30.753033.2473-11.5198

#71325b color RGB value is (113,50,91).

#71325b hex color red value is 113, green value is 50 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #71325b hue: 0.89 , saturation: 0.39 and the lightness value of 71325b is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 01011011
Octal 161 62 133
Decimal 113 50 91
Hex 71 32 5B

RGB Percentages of Color #71325b

%44.49
%19.69
%35.83

CMYK Percentages of Color #71325b

%0
%56
%19
%56

Triadic Colors of #71325b

#71325b #5b7132 #325b71

Analogous Colors of #71325b

#71325b #71323c #683271

Monochromatic Colors of #71325b

#71325b

Complementary Color

#71325b #327148

#71325b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71325b Color Preview on White Background

Lorem ipsum dolor sit amet.

#71325b Color CSS Codes

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

#71325b Text Font Color

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

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


#71325b Background Color

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

This div background color is #71325b


#71325b Border Color

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

This div border color is #71325b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71325b


Comments

No comments written yet.

Please login to write comment.