Color Hex Logo

#7d376c Color Hex

#7D376C
(125,55,108)
0 Favorites   0 Comments

Color spaces of #7d376c

RGB 12555108
HSL0.870.390.35
HSV315°56°49°
CMYK 0.000.560.14   0.51
XYZ12.53048.175115.1049
Yxy8.17510.34990.2283
Hunter Lab28.592128.1908-11.3077
CIE-Lab34.344937.4712-16.7323

#7d376c color RGB value is (125,55,108).

#7d376c hex color red value is 125, green value is 55 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7d376c hue: 0.87 , saturation: 0.39 and the lightness value of 7d376c is 0.35.

The process color (four color CMYK) of #7d376c color hex is 0.00, 0.56, 0.14, 0.51. Web safe color of #7d376c is #663366. Color #7d376c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110111 01101100
Octal 175 67 154
Decimal 125 55 108
Hex 7D 37 6C

RGB Percentages of Color #7d376c

%43.40
%19.10
%37.50

CMYK Percentages of Color #7d376c

%0
%56
%14
%51

Triadic Colors of #7d376c

#7d376c #6c7d37 #376c7d

Analogous Colors of #7d376c

#7d376c #7d3749 #6b377d

Monochromatic Colors of #7d376c

#7d376c

Complementary Color

#7d376c #377d48

#7d376c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d376c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d376c Color CSS Codes

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

#7d376c Text Font Color

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

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


#7d376c Background Color

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

This div background color is #7d376c


#7d376c Border Color

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

This div border color is #7d376c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,55,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 #7d376c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d376c


Comments

No comments written yet.

Please login to write comment.