Color Hex Logo

#7c2e42 Color Hex

#7C2E42
(124,46,66)
0 Favorites   0 Comments

Color spaces of #7c2e42

RGB 1244666
HSL0.960.460.33
HSV345°63°49°
CMYK 0.000.630.47   0.51
XYZ10.27256.63245.8930
Yxy6.63240.45060.2909
Hunter Lab25.753426.13134.4605
CIE-Lab30.955035.77545.3045

#7c2e42 color RGB value is (124,46,66).

#7c2e42 hex color red value is 124, green value is 46 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #7c2e42 hue: 0.96 , saturation: 0.46 and the lightness value of 7c2e42 is 0.33.

The process color (four color CMYK) of #7c2e42 color hex is 0.00, 0.63, 0.47, 0.51. Web safe color of #7c2e42 is #663333. Color #7c2e42 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00101110 01000010
Octal 174 56 102
Decimal 124 46 66
Hex 7C 2E 42

RGB Percentages of Color #7c2e42

%52.54
%19.49
%27.97

CMYK Percentages of Color #7c2e42

%0
%63
%47
%51

Triadic Colors of #7c2e42

#7c2e42 #427c2e #2e427c

Analogous Colors of #7c2e42

#7c2e42 #7c412e #7c2e69

Monochromatic Colors of #7c2e42

#7c2e42

Complementary Color

#7c2e42 #2e7c68

#7c2e42 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c2e42 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c2e42 Color CSS Codes

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

#7c2e42 Text Font Color

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

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


#7c2e42 Background Color

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

This div background color is #7c2e42


#7c2e42 Border Color

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

This div border color is #7c2e42


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(124,46,66, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7c2e42; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7c2e42;
  -webkit-box-shadow: 1px 1px 3px 2px #7c2e42;
  box-shadow:         1px 1px 3px 2px #7c2e42; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c2e42

#7c2e42 Color Palettes


Comments

No comments written yet.

Please login to write comment.