Color Hex Logo

#713386 Color Hex

#713386
(113,51,134)
0 Favorites   0 Comments

Color spaces of #713386

RGB 11351134
HSL0.790.450.36
HSV285°62°53°
CMYK 0.160.620.00   0.47
XYZ12.29707.599623.3730
Yxy7.59960.28420.1756
Hunter Lab27.567431.3807-30.9719
CIE-Lab33.134741.0978-35.0367

#713386 color RGB value is (113,51,134).

#713386 hex color red value is 113, green value is 51 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #713386 hue: 0.79 , saturation: 0.45 and the lightness value of 713386 is 0.36.

The process color (four color CMYK) of #713386 color hex is 0.16, 0.62, 0.00, 0.47. Web safe color of #713386 is #663399. Color #713386 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110011 10000110
Octal 161 63 206
Decimal 113 51 134
Hex 71 33 86

RGB Percentages of Color #713386

%37.92
%17.11
%44.97

CMYK Percentages of Color #713386

%16
%62
%0
%47

Triadic Colors of #713386

#713386 #867133 #338671

Analogous Colors of #713386

#713386 #863372 #473386

Monochromatic Colors of #713386

#713386

Complementary Color

#713386 #488633

#713386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713386 Color CSS Codes

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

#713386 Text Font Color

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

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


#713386 Background Color

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

This div background color is #713386


#713386 Border Color

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

This div border color is #713386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713386


Comments

No comments written yet.

Please login to write comment.