Color Hex Logo

#7d357e Color Hex

#7D357E
(125,53,126)
0 Favorites   0 Comments

Color spaces of #7d357e

RGB 12553126
HSL0.830.410.35
HSV299°58°49°
CMYK 0.010.580.00   0.51
XYZ13.49648.412520.6511
Yxy8.41250.31710.1977
Hunter Lab29.004332.3028-21.9115
CIE-Lab34.827641.7689-27.2762

#7d357e color RGB value is (125,53,126).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111101 00110101 01111110
Octal 175 65 176
Decimal 125 53 126
Hex 7D 35 7E

RGB Percentages of Color #7d357e

%41.12
%17.43
%41.45

CMYK Percentages of Color #7d357e

%1
%58
%0
%51

Triadic Colors of #7d357e

#7d357e #7e7d35 #357e7d

Analogous Colors of #7d357e

#7d357e #7e355b #58357e

Monochromatic Colors of #7d357e

#7d357e

Complementary Color

#7d357e #367e35

#7d357e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d357e Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d357e Color CSS Codes

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

#7d357e Text Font Color

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

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


#7d357e Background Color

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

This div background color is #7d357e


#7d357e Border Color

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

This div border color is #7d357e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d357e


Comments

No comments written yet.

Please login to write comment.