Color Hex Logo

#7c274d Color Hex

#7C274D
(124,39,77)
0 Favorites   0 Comments

Color spaces of #7c274d

RGB 1243977
HSL0.930.520.32
HSV333°69°49°
CMYK 0.000.690.38   0.51
XYZ10.37736.27197.6848
Yxy6.27190.42650.2577
Hunter Lab25.043830.1379-0.6628
CIE-Lab30.088340.3181-3.1895

#7c274d color RGB value is (124,39,77).

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

The process color (four color CMYK) of #7c274d color hex is 0.00, 0.69, 0.38, 0.51. Web safe color of #7c274d is #663366. Color #7c274d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100111 01001101
Octal 174 47 115
Decimal 124 39 77
Hex 7C 27 4D

RGB Percentages of Color #7c274d

%51.67
%16.25
%32.08

CMYK Percentages of Color #7c274d

%0
%69
%38
%51

Triadic Colors of #7c274d

#7c274d #4d7c27 #274d7c

Analogous Colors of #7c274d

#7c274d #7c2c27 #7c2778

Monochromatic Colors of #7c274d

#7c274d

Complementary Color

#7c274d #277c56

#7c274d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c274d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c274d Color CSS Codes

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

#7c274d Text Font Color

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

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


#7c274d Background Color

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

This div background color is #7c274d


#7c274d Border Color

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

This div border color is #7c274d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c274d


Comments

No comments written yet.

Please login to write comment.