Color Hex Logo

#743850 Color Hex

#743850
(116,56,80)
0 Favorites   0 Comments

Color spaces of #743850

RGB 1165680
HSL0.930.350.34
HSV336°52°45°
CMYK 0.000.520.31   0.55
XYZ10.06467.12058.4334
Yxy7.12050.39290.2779
Hunter Lab26.684320.6280-0.0593
CIE-Lab32.079729.3099-2.3573

#743850 color RGB value is (116,56,80).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111000 01010000
Octal 164 70 120
Decimal 116 56 80
Hex 74 38 50

RGB Percentages of Color #743850

%46.03
%22.22
%31.75

CMYK Percentages of Color #743850

%0
%52
%31
%55

Triadic Colors of #743850

#743850 #507438 #385074

Analogous Colors of #743850

#743850 #743e38 #74386e

Monochromatic Colors of #743850

#743850

Complementary Color

#743850 #38745c

#743850 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743850 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743850 Color CSS Codes

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

#743850 Text Font Color

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

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


#743850 Background Color

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

This div background color is #743850


#743850 Border Color

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

This div border color is #743850


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743850


Comments

No comments written yet.

Please login to write comment.