Color Hex Logo

#743153 Color Hex

#743153
(116,49,83)
0 Favorites   0 Comments

Color spaces of #743153

RGB 1164983
HSL0.920.410.32
HSV330°58°45°
CMYK 0.000.580.28   0.55
XYZ9.86216.53428.9250
Yxy6.53420.38950.2581
Hunter Lab25.562124.1334-2.8076
CIE-Lab30.722133.5644-6.3233

#743153 color RGB value is (116,49,83).

#743153 hex color red value is 116, green value is 49 and the blue value of its RGB is 83. Cylindrical-coordinate representations (also known as HSL) of color #743153 hue: 0.92 , saturation: 0.41 and the lightness value of 743153 is 0.32.

The process color (four color CMYK) of #743153 color hex is 0.00, 0.58, 0.28, 0.55. Web safe color of #743153 is #663366. Color #743153 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00110001 01010011
Octal 164 61 123
Decimal 116 49 83
Hex 74 31 53

RGB Percentages of Color #743153

%46.77
%19.76
%33.47

CMYK Percentages of Color #743153

%0
%58
%28
%55

Triadic Colors of #743153

#743153 #537431 #315374

Analogous Colors of #743153

#743153 #743132 #743174

Monochromatic Colors of #743153

#743153

Complementary Color

#743153 #317452

#743153 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743153 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743153 Color CSS Codes

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

#743153 Text Font Color

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

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


#743153 Background Color

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

This div background color is #743153


#743153 Border Color

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

This div border color is #743153


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743153


Comments

No comments written yet.

Please login to write comment.