Color Hex Logo

#743972 Color Hex

#743972
(116,57,114)
0 Favorites   0 Comments

Color spaces of #743972

RGB 11657114
HSL0.840.340.34
HSV302°51°45°
CMYK 0.000.510.02   0.55
XYZ11.70287.854216.8188
Yxy7.85420.32170.2159
Hunter Lab28.025325.4935-15.9639
CIE-Lab33.677434.6181-21.6597

#743972 color RGB value is (116,57,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110100 00111001 01110010
Octal 164 71 162
Decimal 116 57 114
Hex 74 39 72

RGB Percentages of Color #743972

%40.42
%19.86
%39.72

CMYK Percentages of Color #743972

%0
%51
%2
%55

Triadic Colors of #743972

#743972 #727439 #397274

Analogous Colors of #743972

#743972 #743955 #593974

Monochromatic Colors of #743972

#743972

Complementary Color

#743972 #39743b

#743972 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#743972 Color Preview on White Background

Lorem ipsum dolor sit amet.

#743972 Color CSS Codes

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

#743972 Text Font Color

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

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


#743972 Background Color

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

This div background color is #743972


#743972 Border Color

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

This div border color is #743972


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #743972


Comments

No comments written yet.

Please login to write comment.