Color Hex Logo

#743950 Color Hex

#743950
(116,57,80)
0 Favorites   0 Comments

Color spaces of #743950

RGB 1165780
HSL0.940.340.34
HSV337°51°45°
CMYK 0.000.510.31   0.55
XYZ10.11367.21848.4497
Yxy7.21840.39230.2800
Hunter Lab26.867120.17550.1602
CIE-Lab32.299028.7477-2.0340

#743950 color RGB value is (116,57,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 01010000
Octal 164 71 120
Decimal 116 57 80
Hex 74 39 50

RGB Percentages of Color #743950

%45.85
%22.53
%31.62

CMYK Percentages of Color #743950

%0
%51
%31
%55

Triadic Colors of #743950

#743950 #507439 #395074

Analogous Colors of #743950

#743950 #744039 #74396e

Monochromatic Colors of #743950

#743950

Complementary Color

#743950 #39745d

#743950 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743950 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743950 Color CSS Codes

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

#743950 Text Font Color

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

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


#743950 Background Color

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

This div background color is #743950


#743950 Border Color

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

This div border color is #743950


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743950


Comments

No comments written yet.

Please login to write comment.