Color Hex Logo

#743779 Color Hex

#743779
(116,55,121)
0 Favorites   0 Comments

Color spaces of #743779

RGB 11655121
HSL0.820.380.35
HSV295°55°47°
CMYK 0.040.550.00   0.53
XYZ12.01987.825918.9662
Yxy7.82590.30970.2016
Hunter Lab27.974827.7393-20.6147
CIE-Lab33.617637.1015-26.1481

#743779 color RGB value is (116,55,121).

#743779 hex color red value is 116, green value is 55 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #743779 hue: 0.82 , saturation: 0.38 and the lightness value of 743779 is 0.35.

The process color (four color CMYK) of #743779 color hex is 0.04, 0.55, 0.00, 0.53. Web safe color of #743779 is #663366. Color #743779 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110111 01111001
Octal 164 67 171
Decimal 116 55 121
Hex 74 37 79

RGB Percentages of Color #743779

%39.73
%18.84
%41.44

CMYK Percentages of Color #743779

%4
%55
%0
%53

Triadic Colors of #743779

#743779 #797437 #377974

Analogous Colors of #743779

#743779 #79375d #533779

Monochromatic Colors of #743779

#743779

Complementary Color

#743779 #3c7937

#743779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743779 Color CSS Codes

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

#743779 Text Font Color

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

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


#743779 Background Color

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

This div background color is #743779


#743779 Border Color

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

This div border color is #743779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743779


Comments

No comments written yet.

Please login to write comment.