Color Hex Logo

#743d5f Color Hex

#743D5F
(116,61,95)
0 Favorites   0 Comments

Color spaces of #743d5f

RGB 1166195
HSL0.900.310.35
HSV323°47°45°
CMYK 0.000.470.18   0.55
XYZ10.93687.876711.7704
Yxy7.87670.35760.2575
Hunter Lab28.065520.4449-5.2199
CIE-Lab33.724828.8637-9.5415

#743d5f color RGB value is (116,61,95).

#743d5f hex color red value is 116, green value is 61 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #743d5f hue: 0.90 , saturation: 0.31 and the lightness value of 743d5f is 0.35.

The process color (four color CMYK) of #743d5f color hex is 0.00, 0.47, 0.18, 0.55. Web safe color of #743d5f is #663366. Color #743d5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111101 01011111
Octal 164 75 137
Decimal 116 61 95
Hex 74 3D 5F

RGB Percentages of Color #743d5f

%42.65
%22.43
%34.93

CMYK Percentages of Color #743d5f

%0
%47
%18
%55

Triadic Colors of #743d5f

#743d5f #5f743d #3d5f74

Analogous Colors of #743d5f

#743d5f #743d44 #6e3d74

Monochromatic Colors of #743d5f

#743d5f

Complementary Color

#743d5f #3d7452

#743d5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743d5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#743d5f Color CSS Codes

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

#743d5f Text Font Color

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

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


#743d5f Background Color

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

This div background color is #743d5f


#743d5f Border Color

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

This div border color is #743d5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743d5f


Comments

No comments written yet.

Please login to write comment.