Color Hex Logo

#7c316c Color Hex

#7C316C
(124,49,108)
0 Favorites   0 Comments

Color spaces of #7c316c

RGB 12449108
HSL0.870.430.34
HSV313°60°49°
CMYK 0.000.600.13   0.51
XYZ12.11737.564415.0088
Yxy7.56440.34930.2181
Hunter Lab27.503530.5114-13.1025
CIE-Lab33.058740.1875-18.7299

#7c316c color RGB value is (124,49,108).

#7c316c hex color red value is 124, green value is 49 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7c316c hue: 0.87 , saturation: 0.43 and the lightness value of 7c316c is 0.34.

The process color (four color CMYK) of #7c316c color hex is 0.00, 0.60, 0.13, 0.51. Web safe color of #7c316c is #663366. Color #7c316c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111100 00110001 01101100
Octal 174 61 154
Decimal 124 49 108
Hex 7C 31 6C

RGB Percentages of Color #7c316c

%44.13
%17.44
%38.43

CMYK Percentages of Color #7c316c

%0
%60
%13
%51

Triadic Colors of #7c316c

#7c316c #6c7c31 #316c7c

Analogous Colors of #7c316c

#7c316c #7c3146 #67317c

Monochromatic Colors of #7c316c

#7c316c

Complementary Color

#7c316c #317c41

#7c316c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7c316c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7c316c Color CSS Codes

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

#7c316c Text Font Color

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

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


#7c316c Background Color

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

This div background color is #7c316c


#7c316c Border Color

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

This div border color is #7c316c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7c316c


Comments

No comments written yet.

Please login to write comment.