Color Hex Logo

#7c2570 Color Hex

#7C2570
(124,37,112)
1 Favorites   0 Comments

Color spaces of #7c2570

RGB 12437112
HSL0.860.540.32
HSV308°70°49°
CMYK 0.000.700.10   0.51
XYZ11.89846.778116.0104
Yxy6.77810.34300.1954
Hunter Lab26.034836.0171-18.2367
CIE-Lab31.296346.2594-24.0174

#7c2570 color RGB value is (124,37,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111100 00100101 01110000
Octal 174 45 160
Decimal 124 37 112
Hex 7C 25 70

RGB Percentages of Color #7c2570

%45.42
%13.55
%41.03

CMYK Percentages of Color #7c2570

%0
%70
%10
%51

Triadic Colors of #7c2570

#7c2570 #707c25 #25707c

Analogous Colors of #7c2570

#7c2570 #7c2544 #5c257c

Monochromatic Colors of #7c2570

#7c2570

Complementary Color

#7c2570 #257c31

#7c2570 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c2570 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c2570 Color CSS Codes

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

#7c2570 Text Font Color

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

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


#7c2570 Background Color

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

This div background color is #7c2570


#7c2570 Border Color

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

This div border color is #7c2570


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c2570


Comments

No comments written yet.

Please login to write comment.