Color Hex Logo

#740447 Color Hex

#740447
(116,4,71)
0 Favorites   0 Comments

Color spaces of #740447

RGB 116471
HSL0.900.930.24
HSV324°97°45°
CMYK 0.000.970.39   0.55
XYZ8.38324.25486.3406
Yxy4.25480.44170.2242
Hunter Lab20.627236.4476-3.7862
CIE-Lab24.496548.0129-7.6995

#740447 color RGB value is (116,4,71).

#740447 hex color red value is 116, green value is 4 and the blue value of its RGB is 71. Cylindrical-coordinate representations (also known as HSL) of color #740447 hue: 0.90 , saturation: 0.93 and the lightness value of 740447 is 0.24.

The process color (four color CMYK) of #740447 color hex is 0.00, 0.97, 0.39, 0.55. Web safe color of #740447 is #660033. Color #740447 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00000100 01000111
Octal 164 4 107
Decimal 116 4 71
Hex 74 4 47

RGB Percentages of Color #740447

%60.73
%2.09
%37.17

CMYK Percentages of Color #740447

%0
%97
%39
%55

Triadic Colors of #740447

#740447 #477404 #044774

Analogous Colors of #740447

#740447 #74040f #690474

Monochromatic Colors of #740447

#740447

Complementary Color

#740447 #047431

#740447 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#740447 Color Preview on White Background

Lorem ipsum dolor sit amet.

#740447 Color CSS Codes

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

#740447 Text Font Color

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

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


#740447 Background Color

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

This div background color is #740447


#740447 Border Color

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

This div border color is #740447


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #740447


Comments

No comments written yet.

Please login to write comment.