Color Hex Logo

#7d499f Color Hex

#7D499F
(125,73,159)
0 Favorites   0 Comments

Color spaces of #7d499f

RGB 12573159
HSL0.770.370.45
HSV276°54°62°
CMYK 0.210.540.00   0.38
XYZ17.098011.628334.1442
Yxy11.62830.27200.1850
Hunter Lab34.100329.8250-35.4961
CIE-Lab40.619238.2052-38.2587

#7d499f color RGB value is (125,73,159).

#7d499f hex color red value is 125, green value is 73 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #7d499f hue: 0.77 , saturation: 0.37 and the lightness value of 7d499f is 0.45.

The process color (four color CMYK) of #7d499f color hex is 0.21, 0.54, 0.00, 0.38. Web safe color of #7d499f is #663399. Color #7d499f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01001001 10011111
Octal 175 111 237
Decimal 125 73 159
Hex 7D 49 9F

RGB Percentages of Color #7d499f

%35.01
%20.45
%44.54

CMYK Percentages of Color #7d499f

%21
%54
%0
%38

Triadic Colors of #7d499f

#7d499f #9f7d49 #499f7d

Analogous Colors of #7d499f

#7d499f #9f4996 #52499f

Monochromatic Colors of #7d499f

#7d499f

Complementary Color

#7d499f #6b9f49

#7d499f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d499f Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d499f Color CSS Codes

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

#7d499f Text Font Color

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

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


#7d499f Background Color

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

This div background color is #7d499f


#7d499f Border Color

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

This div border color is #7d499f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d499f


Comments

No comments written yet.

Please login to write comment.