Color Hex Logo

#7c0d4e Color Hex

#7C0D4E
(124,13,78)
0 Favorites   0 Comments

Color spaces of #7c0d4e

RGB 1241378
HSL0.900.810.27
HSV325°90°49°
CMYK 0.000.900.37   0.51
XYZ9.83125.12307.6784
Yxy5.12300.43440.2264
Hunter Lab22.634037.9227-4.2698
CIE-Lab27.082449.0072-8.3493

#7c0d4e color RGB value is (124,13,78).

#7c0d4e hex color red value is 124, green value is 13 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #7c0d4e hue: 0.90 , saturation: 0.81 and the lightness value of 7c0d4e is 0.27.

The process color (four color CMYK) of #7c0d4e color hex is 0.00, 0.90, 0.37, 0.51. Web safe color of #7c0d4e is #660066. Color #7c0d4e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00001101 01001110
Octal 174 15 116
Decimal 124 13 78
Hex 7C D 4E

RGB Percentages of Color #7c0d4e

%57.67
%6.05
%36.28

CMYK Percentages of Color #7c0d4e

%0
%90
%37
%51

Triadic Colors of #7c0d4e

#7c0d4e #4e7c0d #0d4e7c

Analogous Colors of #7c0d4e

#7c0d4e #7c0d16 #730d7c

Monochromatic Colors of #7c0d4e

#7c0d4e

Complementary Color

#7c0d4e #0d7c3b

#7c0d4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c0d4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c0d4e Color CSS Codes

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

#7c0d4e Text Font Color

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

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


#7c0d4e Background Color

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

This div background color is #7c0d4e


#7c0d4e Border Color

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

This div border color is #7c0d4e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c0d4e


Comments

No comments written yet.

Please login to write comment.