Color Hex Logo

#742347 Color Hex

#742347
(116,35,71)
0 Favorites   0 Comments

Color spaces of #742347

RGB 1163571
HSL0.930.540.30
HSV333°70°45°
CMYK 0.000.700.39   0.55
XYZ8.94085.37006.5265
Yxy5.37000.42910.2577
Hunter Lab23.173328.3164-0.4771
CIE-Lab27.763938.7584-2.8164

#742347 color RGB value is (116,35,71).

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

The process color (four color CMYK) of #742347 color hex is 0.00, 0.70, 0.39, 0.55. Web safe color of #742347 is #663333. Color #742347 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100011 01000111
Octal 164 43 107
Decimal 116 35 71
Hex 74 23 47

RGB Percentages of Color #742347

%52.25
%15.77
%31.98

CMYK Percentages of Color #742347

%0
%70
%39
%55

Triadic Colors of #742347

#742347 #477423 #234774

Analogous Colors of #742347

#742347 #742823 #742370

Monochromatic Colors of #742347

#742347

Complementary Color

#742347 #237450

#742347 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742347 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742347 Color CSS Codes

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

#742347 Text Font Color

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

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


#742347 Background Color

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

This div background color is #742347


#742347 Border Color

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

This div border color is #742347


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(116,35,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 #742347">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742347


Comments

No comments written yet.

Please login to write comment.