Color Hex Logo

#713387 Color Hex

#713387
(113,51,135)
0 Favorites   0 Comments

Color spaces of #713387

RGB 11351135
HSL0.790.450.36
HSV284°62°53°
CMYK 0.160.620.00   0.47
XYZ12.36717.627623.7421
Yxy7.62760.28280.1744
Hunter Lab27.618131.5987-31.6364
CIE-Lab33.195041.3177-35.5598

#713387 color RGB value is (113,51,135).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110011 10000111
Octal 161 63 207
Decimal 113 51 135
Hex 71 33 87

RGB Percentages of Color #713387

%37.79
%17.06
%45.15

CMYK Percentages of Color #713387

%16
%62
%0
%47

Triadic Colors of #713387

#713387 #877133 #338771

Analogous Colors of #713387

#713387 #873373 #473387

Monochromatic Colors of #713387

#713387

Complementary Color

#713387 #498733

#713387 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713387 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713387 Color CSS Codes

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

#713387 Text Font Color

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

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


#713387 Background Color

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

This div background color is #713387


#713387 Border Color

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

This div border color is #713387


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713387


Comments

No comments written yet.

Please login to write comment.