Color Hex Logo

#713162 Color Hex

#713162
(113,49,98)
0 Favorites   0 Comments

Color spaces of #713162

RGB 1134998
HSL0.870.400.32
HSV314°57°44°
CMYK 0.000.570.13   0.56
XYZ10.11306.589212.2941
Yxy6.58920.34880.2272
Hunter Lab25.669425.4022-10.4277
CIE-Lab30.852834.9767-15.8857

#713162 color RGB value is (113,49,98).

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

The process color (four color CMYK) of #713162 color hex is 0.00, 0.57, 0.13, 0.56. Web safe color of #713162 is #663366. Color #713162 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 01100010
Octal 161 61 142
Decimal 113 49 98
Hex 71 31 62

RGB Percentages of Color #713162

%43.46
%18.85
%37.69

CMYK Percentages of Color #713162

%0
%57
%13
%56

Triadic Colors of #713162

#713162 #627131 #316271

Analogous Colors of #713162

#713162 #713142 #603171

Monochromatic Colors of #713162

#713162

Complementary Color

#713162 #317140

#713162 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713162 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713162 Color CSS Codes

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

#713162 Text Font Color

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

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


#713162 Background Color

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

This div background color is #713162


#713162 Border Color

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

This div border color is #713162


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713162


Comments

No comments written yet.

Please login to write comment.