Color Hex Logo

#71319d Color Hex

#71319D
(113,49,157)
0 Favorites   0 Comments

Color spaces of #71319d

RGB 11349157
HSL0.770.520.40
HSV276°69°62°
CMYK 0.280.690.00   0.38
XYZ13.99428.141732.7322
Yxy8.14170.25510.1484
Hunter Lab28.533737.6106-48.0406
CIE-Lab34.276347.3138-47.2953

#71319d color RGB value is (113,49,157).

#71319d hex color red value is 113, green value is 49 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #71319d hue: 0.77 , saturation: 0.52 and the lightness value of 71319d is 0.40.

The process color (four color CMYK) of #71319d color hex is 0.28, 0.69, 0.00, 0.38. Web safe color of #71319d is #663399. Color #71319d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 10011101
Octal 161 61 235
Decimal 113 49 157
Hex 71 31 9D

RGB Percentages of Color #71319d

%35.42
%15.36
%49.22

CMYK Percentages of Color #71319d

%28
%69
%0
%38

Triadic Colors of #71319d

#71319d #9d7131 #319d71

Analogous Colors of #71319d

#71319d #9d3193 #3b319d

Monochromatic Colors of #71319d

#71319d

Complementary Color

#71319d #5d9d31

#71319d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#71319d Color Preview on White Background

Lorem ipsum dolor sit amet.

#71319d Color CSS Codes

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

#71319d Text Font Color

<p style="color:#71319d">Text here</p>

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


#71319d Background Color

<div style="background-color:#71319d">
Div content here</div>

This div background color is #71319d


#71319d Border Color

<div style="border:3px solid #71319d">
Div here</div>

This div border color is #71319d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,49,157, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #71319d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #71319d;
  -webkit-box-shadow: 1px 1px 3px 2px #71319d;
  box-shadow:         1px 1px 3px 2px #71319d; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #71319d


Comments

No comments written yet.

Please login to write comment.