Color Hex Logo

#7d498b Color Hex

#7D498B
(125,73,139)
0 Favorites   0 Comments

Color spaces of #7d498b

RGB 12573139
HSL0.800.310.42
HSV287°47°55°
CMYK 0.100.470.00   0.45
XYZ15.500210.989125.7303
Yxy10.98910.29680.2104
Hunter Lab33.149825.4509-22.8150
CIE-Lab39.562133.6802-27.8525

#7d498b color RGB value is (125,73,139).

#7d498b hex color red value is 125, green value is 73 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #7d498b hue: 0.80 , saturation: 0.31 and the lightness value of 7d498b is 0.42.

The process color (four color CMYK) of #7d498b color hex is 0.10, 0.47, 0.00, 0.45. Web safe color of #7d498b is #663399. Color #7d498b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111101 01001001 10001011
Octal 175 111 213
Decimal 125 73 139
Hex 7D 49 8B

RGB Percentages of Color #7d498b

%37.09
%21.66
%41.25

CMYK Percentages of Color #7d498b

%10
%47
%0
%45

Triadic Colors of #7d498b

#7d498b #8b7d49 #498b7d

Analogous Colors of #7d498b

#7d498b #8b4978 #5c498b

Monochromatic Colors of #7d498b

#7d498b

Complementary Color

#7d498b #578b49

#7d498b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7d498b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7d498b Color CSS Codes

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

#7d498b Text Font Color

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

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


#7d498b Background Color

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

This div background color is #7d498b


#7d498b Border Color

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

This div border color is #7d498b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7d498b


Comments

No comments written yet.

Please login to write comment.