Color Hex Logo

#743986 Color Hex

#743986
(116,57,134)
0 Favorites   0 Comments

Color spaces of #743986

RGB 11657134
HSL0.790.400.37
HSV286°57°53°
CMYK 0.130.570.00   0.47
XYZ12.96878.360523.4845
Yxy8.36050.28940.1866
Hunter Lab28.914529.4601-27.9154
CIE-Lab34.722738.7762-32.4889

#743986 color RGB value is (116,57,134).

#743986 hex color red value is 116, green value is 57 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #743986 hue: 0.79 , saturation: 0.40 and the lightness value of 743986 is 0.37.

The process color (four color CMYK) of #743986 color hex is 0.13, 0.57, 0.00, 0.47. Web safe color of #743986 is #663399. Color #743986 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 10000110
Octal 164 71 206
Decimal 116 57 134
Hex 74 39 86

RGB Percentages of Color #743986

%37.79
%18.57
%43.65

CMYK Percentages of Color #743986

%13
%57
%0
%47

Triadic Colors of #743986

#743986 #867439 #398674

Analogous Colors of #743986

#743986 #863972 #4e3986

Monochromatic Colors of #743986

#743986

Complementary Color

#743986 #4b8639

#743986 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743986 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743986 Color CSS Codes

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

#743986 Text Font Color

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

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


#743986 Background Color

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

This div background color is #743986


#743986 Border Color

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

This div border color is #743986


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743986


Comments

No comments written yet.

Please login to write comment.