Color Hex Logo

#7d4597 Color Hex

#7D4597
(125,69,151)
0 Favorites   0 Comments

Color spaces of #7d4597

RGB 12569151
HSL0.780.370.43
HSV281°54°59°
CMYK 0.170.540.00   0.41
XYZ16.171510.850630.5202
Yxy10.85060.28100.1886
Hunter Lab32.940229.9863-31.8759
CIE-Lab39.327738.5786-35.4972

#7d4597 color RGB value is (125,69,151).

#7d4597 hex color red value is 125, green value is 69 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #7d4597 hue: 0.78 , saturation: 0.37 and the lightness value of 7d4597 is 0.43.

The process color (four color CMYK) of #7d4597 color hex is 0.17, 0.54, 0.00, 0.41. Web safe color of #7d4597 is #663399. Color #7d4597 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01000101 10010111
Octal 175 105 227
Decimal 125 69 151
Hex 7D 45 97

RGB Percentages of Color #7d4597

%36.23
%20.00
%43.77

CMYK Percentages of Color #7d4597

%17
%54
%0
%41

Triadic Colors of #7d4597

#7d4597 #977d45 #45977d

Analogous Colors of #7d4597

#7d4597 #974588 #544597

Monochromatic Colors of #7d4597

#7d4597

Complementary Color

#7d4597 #5f9745

#7d4597 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d4597 Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d4597 Color CSS Codes

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

#7d4597 Text Font Color

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

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


#7d4597 Background Color

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

This div background color is #7d4597


#7d4597 Border Color

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

This div border color is #7d4597


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d4597


Comments

No comments written yet.

Please login to write comment.