Color Hex Logo

#713374 Color Hex

#713374
(113,51,116)
0 Favorites   0 Comments

Color spaces of #713374

RGB 11351116
HSL0.830.390.33
HSV297°56°45°
CMYK 0.030.560.00   0.55
XYZ11.14637.139317.3135
Yxy7.13930.31310.2005
Hunter Lab26.719527.7040-19.7147
CIE-Lab32.121937.3155-25.3835

#713374 color RGB value is (113,51,116).

#713374 hex color red value is 113, green value is 51 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #713374 hue: 0.83 , saturation: 0.39 and the lightness value of 713374 is 0.33.

The process color (four color CMYK) of #713374 color hex is 0.03, 0.56, 0.00, 0.55. Web safe color of #713374 is #663366. Color #713374 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110011 01110100
Octal 161 63 164
Decimal 113 51 116
Hex 71 33 74

RGB Percentages of Color #713374

%40.36
%18.21
%41.43

CMYK Percentages of Color #713374

%3
%56
%0
%55

Triadic Colors of #713374

#713374 #747133 #337471

Analogous Colors of #713374

#713374 #743357 #513374

Monochromatic Colors of #713374

#713374

Complementary Color

#713374 #367433

#713374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713374 Color CSS Codes

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

#713374 Text Font Color

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

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


#713374 Background Color

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

This div background color is #713374


#713374 Border Color

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

This div border color is #713374


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713374


Comments

No comments written yet.

Please login to write comment.