Color Hex Logo

#743b6c Color Hex

#743B6C
(116,59,108)
0 Favorites   0 Comments

Color spaces of #743b6c

RGB 11659108
HSL0.860.330.34
HSV308°49°45°
CMYK 0.000.490.07   0.55
XYZ11.47327.923615.1121
Yxy7.92360.33250.2296
Hunter Lab28.148923.4942-12.1264
CIE-Lab33.823332.3517-17.6482

#743b6c color RGB value is (116,59,108).

#743b6c hex color red value is 116, green value is 59 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #743b6c hue: 0.86 , saturation: 0.33 and the lightness value of 743b6c is 0.34.

The process color (four color CMYK) of #743b6c color hex is 0.00, 0.49, 0.07, 0.55. Web safe color of #743b6c is #663366. Color #743b6c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111011 01101100
Octal 164 73 154
Decimal 116 59 108
Hex 74 3B 6C

RGB Percentages of Color #743b6c

%40.99
%20.85
%38.16

CMYK Percentages of Color #743b6c

%0
%49
%7
%55

Triadic Colors of #743b6c

#743b6c #6c743b #3b6c74

Analogous Colors of #743b6c

#743b6c #743b50 #603b74

Monochromatic Colors of #743b6c

#743b6c

Complementary Color

#743b6c #3b7443

#743b6c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743b6c Color Preview on White Background

Lorem ipsum dolor sit amet.

#743b6c Color CSS Codes

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

#743b6c Text Font Color

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

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


#743b6c Background Color

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

This div background color is #743b6c


#743b6c Border Color

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

This div border color is #743b6c


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,59,108, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743b6c; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743b6c;
  -webkit-box-shadow: 1px 1px 3px 2px #743b6c;
  box-shadow:         1px 1px 3px 2px #743b6c; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743b6c


Comments

No comments written yet.

Please login to write comment.