Color Hex Logo

#7d347d Color Hex

#7D347D
(125,52,125)
0 Favorites   0 Comments

Color spaces of #7d347d

RGB 12552125
HSL0.830.410.35
HSV300°58°49°
CMYK 0.000.580.00   0.51
XYZ13.38718.296620.2979
Yxy8.29660.31890.1976
Hunter Lab28.803832.5544-21.6187
CIE-Lab34.593142.0736-27.0216

#7d347d color RGB value is (125,52,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110100 01111101
Octal 175 64 175
Decimal 125 52 125
Hex 7D 34 7D

RGB Percentages of Color #7d347d

%41.39
%17.22
%41.39

CMYK Percentages of Color #7d347d

%0
%58
%0
%51

Triadic Colors of #7d347d

#7d347d #7d7d34 #347d7d

Analogous Colors of #7d347d

#7d347d #7d3459 #59347d

Monochromatic Colors of #7d347d

#7d347d

Complementary Color

#7d347d #347d34

#7d347d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d347d Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d347d Color CSS Codes

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

#7d347d Text Font Color

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

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


#7d347d Background Color

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

This div background color is #7d347d


#7d347d Border Color

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

This div border color is #7d347d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d347d

#7d347d Color Palettes


Comments

No comments written yet.

Please login to write comment.