Color Hex Logo

#713670 Color Hex

#713670
(113,54,112)
0 Favorites   0 Comments

Color spaces of #713670

RGB 11354112
HSL0.840.350.33
HSV301°52°44°
CMYK 0.000.520.01   0.56
XYZ11.05387.318916.1593
Yxy7.31890.32010.2119
Hunter Lab27.053525.5899-16.4771
CIE-Lab32.522134.9116-22.2301

#713670 color RGB value is (113,54,112).

#713670 hex color red value is 113, green value is 54 and the blue value of its RGB is 112. Cylindrical-coordinate representations (also known as HSL) of color #713670 hue: 0.84 , saturation: 0.35 and the lightness value of 713670 is 0.33.

The process color (four color CMYK) of #713670 color hex is 0.00, 0.52, 0.01, 0.56. Web safe color of #713670 is #663366. Color #713670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110110 01110000
Octal 161 66 160
Decimal 113 54 112
Hex 71 36 70

RGB Percentages of Color #713670

%40.50
%19.35
%40.14

CMYK Percentages of Color #713670

%0
%52
%1
%56

Triadic Colors of #713670

#713670 #707136 #367071

Analogous Colors of #713670

#713670 #713653 #553671

Monochromatic Colors of #713670

#713670

Complementary Color

#713670 #367137

#713670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713670 Color CSS Codes

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

#713670 Text Font Color

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

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


#713670 Background Color

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

This div background color is #713670


#713670 Border Color

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

This div border color is #713670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713670


Comments

No comments written yet.

Please login to write comment.