Color Hex Logo

#713766 Color Hex

#713766
(113,55,102)
0 Favorites   0 Comments

Color spaces of #713766

RGB 11355102
HSL0.860.350.33
HSV311°51°44°
CMYK 0.000.510.10   0.56
XYZ10.57457.202413.4032
Yxy7.20240.33910.2310
Hunter Lab26.837323.3678-10.8248
CIE-Lab32.263332.4475-16.2774

#713766 color RGB value is (113,55,102).

#713766 hex color red value is 113, green value is 55 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #713766 hue: 0.86 , saturation: 0.35 and the lightness value of 713766 is 0.33.

The process color (four color CMYK) of #713766 color hex is 0.00, 0.51, 0.10, 0.56. Web safe color of #713766 is #663366. Color #713766 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110001 00110111 01100110
Octal 161 67 146
Decimal 113 55 102
Hex 71 37 66

RGB Percentages of Color #713766

%41.85
%20.37
%37.78

CMYK Percentages of Color #713766

%0
%51
%10
%56

Triadic Colors of #713766

#713766 #667137 #376671

Analogous Colors of #713766

#713766 #713749 #5f3771

Monochromatic Colors of #713766

#713766

Complementary Color

#713766 #377142

#713766 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#713766 Color Preview on White Background

Lorem ipsum dolor sit amet.

#713766 Color CSS Codes

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

#713766 Text Font Color

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

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


#713766 Background Color

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

This div background color is #713766


#713766 Border Color

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

This div border color is #713766


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #713766


Comments

No comments written yet.

Please login to write comment.