Color Hex Logo

#71325f Color Hex

#71325F
(113,50,95)
0 Favorites   0 Comments

Color spaces of #71325f

RGB 1135095
HSL0.880.390.32
HSV317°56°44°
CMYK 0.000.560.16   0.56
XYZ10.01626.618111.5760
Yxy6.61810.35510.2346
Hunter Lab25.725724.4784-8.6713
CIE-Lab30.921233.9235-13.8478

#71325f color RGB value is (113,50,95).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 01011111
Octal 161 62 137
Decimal 113 50 95
Hex 71 32 5F

RGB Percentages of Color #71325f

%43.80
%19.38
%36.82

CMYK Percentages of Color #71325f

%0
%56
%16
%56

Triadic Colors of #71325f

#71325f #5f7132 #325f71

Analogous Colors of #71325f

#71325f #713240 #643271

Monochromatic Colors of #71325f

#71325f

Complementary Color

#71325f #327144

#71325f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71325f Color Preview on White Background

Lorem ipsum dolor sit amet.

#71325f Color CSS Codes

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

#71325f Text Font Color

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

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


#71325f Background Color

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

This div background color is #71325f


#71325f Border Color

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

This div border color is #71325f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71325f


Comments

No comments written yet.

Please login to write comment.