Color Hex Logo

#7c0f51 Color Hex

#7C0F51
(124,15,81)
0 Favorites   0 Comments

Color spaces of #7c0f51

RGB 1241581
HSL0.900.780.27
HSV324°88°49°
CMYK 0.000.880.35   0.51
XYZ9.96825.22088.2669
Yxy5.22080.42500.2226
Hunter Lab22.849137.8870-5.4570
CIE-Lab27.354848.9181-9.9388

#7c0f51 color RGB value is (124,15,81).

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

The process color (four color CMYK) of #7c0f51 color hex is 0.00, 0.88, 0.35, 0.51. Web safe color of #7c0f51 is #660066. Color #7c0f51 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00001111 01010001
Octal 174 17 121
Decimal 124 15 81
Hex 7C F 51

RGB Percentages of Color #7c0f51

%56.36
%6.82
%36.82

CMYK Percentages of Color #7c0f51

%0
%88
%35
%51

Triadic Colors of #7c0f51

#7c0f51 #517c0f #0f517c

Analogous Colors of #7c0f51

#7c0f51 #7c0f1a #710f7c

Monochromatic Colors of #7c0f51

#7c0f51

Complementary Color

#7c0f51 #0f7c3a

#7c0f51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c0f51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c0f51 Color CSS Codes

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

#7c0f51 Text Font Color

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

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


#7c0f51 Background Color

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

This div background color is #7c0f51


#7c0f51 Border Color

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

This div border color is #7c0f51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c0f51

#7c0f51 Color Palettes


Comments

No comments written yet.

Please login to write comment.