Color Hex Logo

#71325e Color Hex

#71325E
(113,50,94)
0 Favorites   0 Comments

Color spaces of #71325e

RGB 1135094
HSL0.880.390.32
HSV318°56°44°
CMYK 0.000.560.17   0.56
XYZ9.97106.600111.3381
Yxy6.60010.35730.2365
Hunter Lab25.690724.3204-8.1831
CIE-Lab30.878633.7513-13.2677

#71325e color RGB value is (113,50,94).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 01011110
Octal 161 62 136
Decimal 113 50 94
Hex 71 32 5E

RGB Percentages of Color #71325e

%43.97
%19.46
%36.58

CMYK Percentages of Color #71325e

%0
%56
%17
%56

Triadic Colors of #71325e

#71325e #5e7132 #325e71

Analogous Colors of #71325e

#71325e #71323f #653271

Monochromatic Colors of #71325e

#71325e

Complementary Color

#71325e #327145

#71325e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71325e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71325e Color CSS Codes

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

#71325e Text Font Color

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

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


#71325e Background Color

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

This div background color is #71325e


#71325e Border Color

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

This div border color is #71325e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71325e


Comments

No comments written yet.

Please login to write comment.