Color Hex Logo

#742136 Color Hex

#742136
(116,33,54)
0 Favorites   0 Comments

Color spaces of #742136

RGB 1163354
HSL0.960.560.29
HSV345°72°45°
CMYK 0.000.720.53   0.55
XYZ8.41225.06714.0247
Yxy5.06710.48060.2895
Hunter Lab22.510227.31365.1564
CIE-Lab26.925137.80137.3862

#742136 color RGB value is (116,33,54).

#742136 hex color red value is 116, green value is 33 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #742136 hue: 0.96 , saturation: 0.56 and the lightness value of 742136 is 0.29.

The process color (four color CMYK) of #742136 color hex is 0.00, 0.72, 0.53, 0.55. Web safe color of #742136 is #663333. Color #742136 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01110100 00100001 00110110
Octal 164 41 66
Decimal 116 33 54
Hex 74 21 36

RGB Percentages of Color #742136

%57.14
%16.26
%26.60

CMYK Percentages of Color #742136

%0
%72
%53
%55

Triadic Colors of #742136

#742136 #367421 #213674

Analogous Colors of #742136

#742136 #743621 #742160

Monochromatic Colors of #742136

#742136

Complementary Color

#742136 #21745f

#742136 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#742136 Color Preview on White Background

Lorem ipsum dolor sit amet.

#742136 Color CSS Codes

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

#742136 Text Font Color

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

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


#742136 Background Color

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

This div background color is #742136


#742136 Border Color

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

This div border color is #742136


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #742136


Comments

No comments written yet.

Please login to write comment.