Color Hex Logo

#7d537f Color Hex

#7D537F
(125,83,127)
0 Favorites   0 Comments

Color spaces of #7d537f

RGB 12583127
HSL0.830.210.41
HSV297°35°50°
CMYK 0.020.350.00   0.50
XYZ15.381512.078821.5994
Yxy12.07880.31350.2462
Hunter Lab34.754618.1791-12.5196
CIE-Lab41.341125.3131-17.7787

#7d537f color RGB value is (125,83,127).

#7d537f hex color red value is 125, green value is 83 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #7d537f hue: 0.83 , saturation: 0.21 and the lightness value of 7d537f is 0.41.

The process color (four color CMYK) of #7d537f color hex is 0.02, 0.35, 0.00, 0.50. Web safe color of #7d537f is #666666. Color #7d537f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01010011 01111111
Octal 175 123 177
Decimal 125 83 127
Hex 7D 53 7F

RGB Percentages of Color #7d537f

%37.31
%24.78
%37.91

CMYK Percentages of Color #7d537f

%2
%35
%0
%50

Triadic Colors of #7d537f

#7d537f #7f7d53 #537f7d

Analogous Colors of #7d537f

#7d537f #7f536b #67537f

Monochromatic Colors of #7d537f

#7d537f

Complementary Color

#7d537f #557f53

#7d537f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d537f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d537f Color CSS Codes

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

#7d537f Text Font Color

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

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


#7d537f Background Color

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

This div background color is #7d537f


#7d537f Border Color

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

This div border color is #7d537f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(125,83,127, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d537f


Comments

No comments written yet.

Please login to write comment.