Color Hex Logo

#713186 Color Hex

#713186
(113,49,134)
0 Favorites   0 Comments

Color spaces of #713186

RGB 11349134
HSL0.790.460.36
HSV285°63°53°
CMYK 0.160.630.00   0.47
XYZ12.21147.428623.3445
Yxy7.42860.28410.1728
Hunter Lab27.255532.2772-31.7035
CIE-Lab32.763442.1102-35.6282

#713186 color RGB value is (113,49,134).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 10000110
Octal 161 61 206
Decimal 113 49 134
Hex 71 31 86

RGB Percentages of Color #713186

%38.18
%16.55
%45.27

CMYK Percentages of Color #713186

%16
%63
%0
%47

Triadic Colors of #713186

#713186 #867131 #318671

Analogous Colors of #713186

#713186 #863171 #473186

Monochromatic Colors of #713186

#713186

Complementary Color

#713186 #468631

#713186 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713186 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713186 Color CSS Codes

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

#713186 Text Font Color

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

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


#713186 Background Color

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

This div background color is #713186


#713186 Border Color

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

This div border color is #713186


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713186


Comments

No comments written yet.

Please login to write comment.