Color Hex Logo

#7d566c Color Hex

#7D566C
(125,86,108)
0 Favorites   0 Comments

Color spaces of #7d566c

RGB 12586108
HSL0.910.180.41
HSV326°31°49°
CMYK 0.000.310.14   0.51
XYZ14.492012.098315.7587
Yxy12.09830.34220.2857
Hunter Lab34.782613.5016-2.5143
CIE-Lab41.371919.8233-6.0895

#7d566c color RGB value is (125,86,108).

#7d566c hex color red value is 125, green value is 86 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #7d566c hue: 0.91 , saturation: 0.18 and the lightness value of 7d566c is 0.41.

The process color (four color CMYK) of #7d566c color hex is 0.00, 0.31, 0.14, 0.51. Web safe color of #7d566c is #666666. Color #7d566c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010110 01101100
Octal 175 126 154
Decimal 125 86 108
Hex 7D 56 6C

RGB Percentages of Color #7d566c

%39.18
%26.96
%33.86

CMYK Percentages of Color #7d566c

%0
%31
%14
%51

Triadic Colors of #7d566c

#7d566c #6c7d56 #566c7d

Analogous Colors of #7d566c

#7d566c #7d5659 #7b567d

Monochromatic Colors of #7d566c

#7d566c

Complementary Color

#7d566c #567d67

#7d566c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d566c Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d566c Color CSS Codes

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

#7d566c Text Font Color

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

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


#7d566c Background Color

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

This div background color is #7d566c


#7d566c Border Color

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

This div border color is #7d566c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d566c


Comments

No comments written yet.

Please login to write comment.