Color Hex Logo

#7d6980 Color Hex

#7D6980
(125,105,128)
0 Favorites   0 Comments

Color spaces of #7d6980

RGB 125105128
HSL0.810.100.46
HSV292°18°50°
CMYK 0.020.180.00   0.50
XYZ17.405316.021622.5972
Yxy16.02160.31070.2860
Hunter Lab40.02707.5715-5.4532
CIE-Lab47.002812.3703-9.7862

#7d6980 color RGB value is (125,105,128).

#7d6980 hex color red value is 125, green value is 105 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #7d6980 hue: 0.81 , saturation: 0.10 and the lightness value of 7d6980 is 0.46.

The process color (four color CMYK) of #7d6980 color hex is 0.02, 0.18, 0.00, 0.50. Web safe color of #7d6980 is #666699. Color #7d6980 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01101001 10000000
Octal 175 151 200
Decimal 125 105 128
Hex 7D 69 80

RGB Percentages of Color #7d6980

%34.92
%29.33
%35.75

CMYK Percentages of Color #7d6980

%2
%18
%0
%50

Triadic Colors of #7d6980

#7d6980 #807d69 #69807d

Analogous Colors of #7d6980

#7d6980 #806978 #726980

Monochromatic Colors of #7d6980

#7d6980

Complementary Color

#7d6980 #6c8069

#7d6980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d6980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d6980 Color CSS Codes

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

#7d6980 Text Font Color

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

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


#7d6980 Background Color

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

This div background color is #7d6980


#7d6980 Border Color

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

This div border color is #7d6980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d6980


Comments

No comments written yet.

Please login to write comment.