Color Hex Logo

#713668 Color Hex

#713668
(113,54,104)
0 Favorites   0 Comments

Color spaces of #713668

RGB 11354104
HSL0.860.350.33
HSV309°52°44°
CMYK 0.000.520.08   0.56
XYZ10.62797.148513.9164
Yxy7.14850.33530.2256
Hunter Lab26.736724.1650-12.1447
CIE-Lab32.142633.3719-17.7394

#713668 color RGB value is (113,54,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110110 01101000
Octal 161 66 150
Decimal 113 54 104
Hex 71 36 68

RGB Percentages of Color #713668

%41.70
%19.93
%38.38

CMYK Percentages of Color #713668

%0
%52
%8
%56

Triadic Colors of #713668

#713668 #687136 #366871

Analogous Colors of #713668

#713668 #71364b #5d3671

Monochromatic Colors of #713668

#713668

Complementary Color

#713668 #36713f

#713668 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713668 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713668 Color CSS Codes

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

#713668 Text Font Color

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

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


#713668 Background Color

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

This div background color is #713668


#713668 Border Color

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

This div border color is #713668


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713668


Comments

No comments written yet.

Please login to write comment.