Color Hex Logo

#713061 Color Hex

#713061
(113,48,97)
0 Favorites   0 Comments

Color spaces of #713061

RGB 1134897
HSL0.870.400.32
HSV315°58°44°
CMYK 0.000.580.14   0.56
XYZ10.02476.487712.0332
Yxy6.48770.35120.2273
Hunter Lab25.471025.6787-10.1806
CIE-Lab30.611035.3275-15.6139

#713061 color RGB value is (113,48,97).

#713061 hex color red value is 113, green value is 48 and the blue value of its RGB is 97. Cylindrical-coordinate representations (also known as HSL) of color #713061 hue: 0.87 , saturation: 0.40 and the lightness value of 713061 is 0.32.

The process color (four color CMYK) of #713061 color hex is 0.00, 0.58, 0.14, 0.56. Web safe color of #713061 is #663366. Color #713061 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110000 01100001
Octal 161 60 141
Decimal 113 48 97
Hex 71 30 61

RGB Percentages of Color #713061

%43.80
%18.60
%37.60

CMYK Percentages of Color #713061

%0
%58
%14
%56

Triadic Colors of #713061

#713061 #617130 #306171

Analogous Colors of #713061

#713061 #713041 #613071

Monochromatic Colors of #713061

#713061

Complementary Color

#713061 #307140

#713061 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713061 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713061 Color CSS Codes

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

#713061 Text Font Color

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

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


#713061 Background Color

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

This div background color is #713061


#713061 Border Color

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

This div border color is #713061


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713061


Comments

No comments written yet.

Please login to write comment.