Color Hex Logo

#7c2576 Color Hex

#7C2576
(124,37,118)
0 Favorites   0 Comments

Color spaces of #7c2576

RGB 12437118
HSL0.840.540.32
HSV304°70°49°
CMYK 0.000.700.05   0.51
XYZ12.24386.916217.8292
Yxy6.91620.33100.1870
Hunter Lab26.298737.0811-21.7866
CIE-Lab31.615447.2814-27.3222

#7c2576 color RGB value is (124,37,118).

#7c2576 hex color red value is 124, green value is 37 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #7c2576 hue: 0.84 , saturation: 0.54 and the lightness value of 7c2576 is 0.32.

The process color (four color CMYK) of #7c2576 color hex is 0.00, 0.70, 0.05, 0.51. Web safe color of #7c2576 is #663366. Color #7c2576 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100101 01110110
Octal 174 45 166
Decimal 124 37 118
Hex 7C 25 76

RGB Percentages of Color #7c2576

%44.44
%13.26
%42.29

CMYK Percentages of Color #7c2576

%0
%70
%5
%51

Triadic Colors of #7c2576

#7c2576 #767c25 #25767c

Analogous Colors of #7c2576

#7c2576 #7c254b #57257c

Monochromatic Colors of #7c2576

#7c2576

Complementary Color

#7c2576 #257c2b

#7c2576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c2576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c2576 Color CSS Codes

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

#7c2576 Text Font Color

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

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


#7c2576 Background Color

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

This div background color is #7c2576


#7c2576 Border Color

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

This div border color is #7c2576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c2576


Comments

No comments written yet.

Please login to write comment.