Color Hex Logo

#71327e Color Hex

#71327E
(113,50,126)
0 Favorites   0 Comments

Color spaces of #71327e

RGB 11350126
HSL0.800.430.35
HSV290°60°49°
CMYK 0.100.600.00   0.51
XYZ11.71657.298320.5298
Yxy7.29830.29630.1846
Hunter Lab27.015430.1381-26.1455
CIE-Lab32.476639.8910-31.1042

#71327e color RGB value is (113,50,126).

#71327e hex color red value is 113, green value is 50 and the blue value of its RGB is 126. Cylindrical-coordinate representations (also known as HSL) of color #71327e hue: 0.80 , saturation: 0.43 and the lightness value of 71327e is 0.35.

The process color (four color CMYK) of #71327e color hex is 0.10, 0.60, 0.00, 0.51. Web safe color of #71327e is #663366. Color #71327e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110010 01111110
Octal 161 62 176
Decimal 113 50 126
Hex 71 32 7E

RGB Percentages of Color #71327e

%39.10
%17.30
%43.60

CMYK Percentages of Color #71327e

%10
%60
%0
%51

Triadic Colors of #71327e

#71327e #7e7132 #327e71

Analogous Colors of #71327e

#71327e #7e3265 #4b327e

Monochromatic Colors of #71327e

#71327e

Complementary Color

#71327e #3f7e32

#71327e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71327e Color Preview on White Background

Lorem ipsum dolor sit amet.

#71327e Color CSS Codes

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

#71327e Text Font Color

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

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


#71327e Background Color

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

This div background color is #71327e


#71327e Border Color

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

This div border color is #71327e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71327e


Comments

No comments written yet.

Please login to write comment.