Color Hex Logo

#713791 Color Hex

#713791
(113,55,145)
0 Favorites   0 Comments

Color spaces of #713791

RGB 11355145
HSL0.770.450.39
HSV279°62°57°
CMYK 0.220.620.00   0.43
XYZ13.28718.287427.6874
Yxy8.28740.26970.1682
Hunter Lab28.787832.0084-36.8721
CIE-Lab34.574441.5048-39.5108

#713791 color RGB value is (113,55,145).

#713791 hex color red value is 113, green value is 55 and the blue value of its RGB is 145. Cylindrical-coordinate representations (also known as HSL) of color #713791 hue: 0.77 , saturation: 0.45 and the lightness value of 713791 is 0.39.

The process color (four color CMYK) of #713791 color hex is 0.22, 0.62, 0.00, 0.43. Web safe color of #713791 is #663399. Color #713791 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110111 10010001
Octal 161 67 221
Decimal 113 55 145
Hex 71 37 91

RGB Percentages of Color #713791

%36.10
%17.57
%46.33

CMYK Percentages of Color #713791

%22
%62
%0
%43

Triadic Colors of #713791

#713791 #917137 #379171

Analogous Colors of #713791

#713791 #913784 #443791

Monochromatic Colors of #713791

#713791

Complementary Color

#713791 #579137

#713791 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713791 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713791 Color CSS Codes

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

#713791 Text Font Color

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

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


#713791 Background Color

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

This div background color is #713791


#713791 Border Color

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

This div border color is #713791


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(113,55,145, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #713791; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #713791;
  -webkit-box-shadow: 1px 1px 3px 2px #713791;
  box-shadow:         1px 1px 3px 2px #713791; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713791


Comments

No comments written yet.

Please login to write comment.