Color Hex Logo

#743a5a Color Hex

#743A5A
(116,58,90)
1 Favorites   0 Comments

Color spaces of #743a5a

RGB 1165890
HSL0.910.330.34
HSV327°50°45°
CMYK 0.000.500.22   0.55
XYZ10.56107.477310.5595
Yxy7.47730.36930.2615
Hunter Lab27.344721.0868-3.7544
CIE-Lab32.869729.7314-7.6297

#743a5a color RGB value is (116,58,90).

#743a5a hex color red value is 116, green value is 58 and the blue value of its RGB is 90. Cylindrical-coordinate representations (also known as HSL) of color #743a5a hue: 0.91 , saturation: 0.33 and the lightness value of 743a5a is 0.34.

The process color (four color CMYK) of #743a5a color hex is 0.00, 0.50, 0.22, 0.55. Web safe color of #743a5a is #663366. Color #743a5a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111010 01011010
Octal 164 72 132
Decimal 116 58 90
Hex 74 3A 5A

RGB Percentages of Color #743a5a

%43.94
%21.97
%34.09

CMYK Percentages of Color #743a5a

%0
%50
%22
%55

Triadic Colors of #743a5a

#743a5a #5a743a #3a5a74

Analogous Colors of #743a5a

#743a5a #743a3d #713a74

Monochromatic Colors of #743a5a

#743a5a

Complementary Color

#743a5a #3a7454

#743a5a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743a5a Color Preview on White Background

Lorem ipsum dolor sit amet.

#743a5a Color CSS Codes

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

#743a5a Text Font Color

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

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


#743a5a Background Color

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

This div background color is #743a5a


#743a5a Border Color

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

This div border color is #743a5a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(116,58,90, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #743a5a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #743a5a;
  -webkit-box-shadow: 1px 1px 3px 2px #743a5a;
  box-shadow:         1px 1px 3px 2px #743a5a; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743a5a

#743a5a Color Palettes


Comments

No comments written yet.

Please login to write comment.