Color Hex Logo

#713184 Color Hex

#713184
(113,49,132)
0 Favorites   0 Comments

Color spaces of #713184

RGB 11349132
HSL0.800.460.35
HSV286°63°52°
CMYK 0.140.630.00   0.48
XYZ12.07327.373322.6167
Yxy7.37330.28700.1753
Hunter Lab27.153831.8459-30.3756
CIE-Lab32.642141.6777-34.5802

#713184 color RGB value is (113,49,132).

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

The process color (four color CMYK) of #713184 color hex is 0.14, 0.63, 0.00, 0.48. Web safe color of #713184 is #663399. Color #713184 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110001 10000100
Octal 161 61 204
Decimal 113 49 132
Hex 71 31 84

RGB Percentages of Color #713184

%38.44
%16.67
%44.90

CMYK Percentages of Color #713184

%14
%63
%0
%48

Triadic Colors of #713184

#713184 #847131 #318471

Analogous Colors of #713184

#713184 #84316e #473184

Monochromatic Colors of #713184

#713184

Complementary Color

#713184 #448431

#713184 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713184 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713184 Color CSS Codes

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

#713184 Text Font Color

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

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


#713184 Background Color

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

This div background color is #713184


#713184 Border Color

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

This div border color is #713184


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713184


Comments

No comments written yet.

Please login to write comment.