Color Hex Logo

#7c2742 Color Hex

#7C2742
(124,39,66)
0 Favorites   0 Comments

Color spaces of #7c2742

RGB 1243966
HSL0.950.520.32
HSV341°69°49°
CMYK 0.000.690.47   0.51
XYZ10.02116.12955.8092
Yxy6.12950.45630.2791
Hunter Lab24.757828.92433.4186
CIE-Lab29.736939.06693.5647

#7c2742 color RGB value is (124,39,66).

#7c2742 hex color red value is 124, green value is 39 and the blue value of its RGB is 66. Cylindrical-coordinate representations (also known as HSL) of color #7c2742 hue: 0.95 , saturation: 0.52 and the lightness value of 7c2742 is 0.32.

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100111 01000010
Octal 174 47 102
Decimal 124 39 66
Hex 7C 27 42

RGB Percentages of Color #7c2742

%54.15
%17.03
%28.82

CMYK Percentages of Color #7c2742

%0
%69
%47
%51

Triadic Colors of #7c2742

#7c2742 #427c27 #27427c

Analogous Colors of #7c2742

#7c2742 #7c3727 #7c276d

Monochromatic Colors of #7c2742

#7c2742

Complementary Color

#7c2742 #277c61

#7c2742 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c2742 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c2742 Color CSS Codes

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

#7c2742 Text Font Color

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

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


#7c2742 Background Color

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

This div background color is #7c2742


#7c2742 Border Color

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

This div border color is #7c2742


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c2742


Comments

No comments written yet.

Please login to write comment.