Color Hex Logo

#713168 Color Hex

#713168
(113,49,104)
0 Favorites   0 Comments

Color spaces of #713168

RGB 11349104
HSL0.860.400.32
HSV308°57°44°
CMYK 0.000.570.08   0.56
XYZ10.40716.706813.8427
Yxy6.70680.33620.2167
Hunter Lab25.897526.4110-13.5634
CIE-Lab31.129936.0572-19.3073

#713168 color RGB value is (113,49,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 01101000
Octal 161 61 150
Decimal 113 49 104
Hex 71 31 68

RGB Percentages of Color #713168

%42.48
%18.42
%39.10

CMYK Percentages of Color #713168

%0
%57
%8
%56

Triadic Colors of #713168

#713168 #687131 #316871

Analogous Colors of #713168

#713168 #713148 #5a3171

Monochromatic Colors of #713168

#713168

Complementary Color

#713168 #31713a

#713168 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713168 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713168 Color CSS Codes

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

#713168 Text Font Color

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

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


#713168 Background Color

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

This div background color is #713168


#713168 Border Color

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

This div border color is #713168


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(113,49,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 #713168">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713168


Comments

No comments written yet.

Please login to write comment.