Color Hex Logo

#79488b Color Hex

#79488B
(121,72,139)
0 Favorites   0 Comments

Color spaces of #79488b

RGB 12172139
HSL0.790.320.41
HSV284°48°55°
CMYK 0.130.480.00   0.45
XYZ14.862710.563825.6818
Yxy10.56380.29080.2067
Hunter Lab32.502024.7470-24.0972
CIE-Lab38.835933.0130-29.0269

#79488b color RGB value is (121,72,139).

#79488b hex color red value is 121, green value is 72 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #79488b hue: 0.79 , saturation: 0.32 and the lightness value of 79488b is 0.41.

The process color (four color CMYK) of #79488b color hex is 0.13, 0.48, 0.00, 0.45. Web safe color of #79488b is #663399. Color #79488b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01001000 10001011
Octal 171 110 213
Decimal 121 72 139
Hex 79 48 8B

RGB Percentages of Color #79488b

%36.45
%21.69
%41.87

CMYK Percentages of Color #79488b

%13
%48
%0
%45

Triadic Colors of #79488b

#79488b #8b7948 #488b79

Analogous Colors of #79488b

#79488b #8b487c #58488b

Monochromatic Colors of #79488b

#79488b

Complementary Color

#79488b #5a8b48

#79488b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79488b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79488b Color CSS Codes

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

#79488b Text Font Color

<p style="color:#79488b">Text here</p>

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


#79488b Background Color

<div style="background-color:#79488b">
Div content here</div>

This div background color is #79488b


#79488b Border Color

<div style="border:3px solid #79488b">
Div here</div>

This div border color is #79488b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,72,139, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79488b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79488b;
  -webkit-box-shadow: 1px 1px 3px 2px #79488b;
  box-shadow:         1px 1px 3px 2px #79488b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,72,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 #79488b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79488b


Comments

No comments written yet.

Please login to write comment.