Color Hex Logo

#743963 Color Hex

#743963
(116,57,99)
0 Favorites   0 Comments

Color spaces of #743963

RGB 1165799
HSL0.880.340.34
HSV317°51°45°
CMYK 0.000.510.15   0.55
XYZ10.91777.540112.6843
Yxy7.54010.35060.2421
Hunter Lab27.459222.9173-8.1665
CIE-Lab33.006131.8197-13.1851

#743963 color RGB value is (116,57,99).

#743963 hex color red value is 116, green value is 57 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #743963 hue: 0.88 , saturation: 0.34 and the lightness value of 743963 is 0.34.

The process color (four color CMYK) of #743963 color hex is 0.00, 0.51, 0.15, 0.55. Web safe color of #743963 is #663366. Color #743963 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 01100011
Octal 164 71 143
Decimal 116 57 99
Hex 74 39 63

RGB Percentages of Color #743963

%42.65
%20.96
%36.40

CMYK Percentages of Color #743963

%0
%51
%15
%55

Triadic Colors of #743963

#743963 #637439 #396374

Analogous Colors of #743963

#743963 #743946 #683974

Monochromatic Colors of #743963

#743963

Complementary Color

#743963 #39744a

#743963 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743963 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743963 Color CSS Codes

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

#743963 Text Font Color

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

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


#743963 Background Color

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

This div background color is #743963


#743963 Border Color

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

This div border color is #743963


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743963


Comments

No comments written yet.

Please login to write comment.