Color Hex Logo

#79288d Color Hex

#79288D
(121,40,141)
0 Favorites   0 Comments

Color spaces of #79288d

RGB 12140141
HSL0.800.560.35
HSV288°72°55°
CMYK 0.140.720.00   0.45
XYZ13.45177.505625.9391
Yxy7.50560.28680.1600
Hunter Lab27.396439.7005-36.9588
CIE-Lab32.931349.6545-39.6186

#79288d color RGB value is (121,40,141).

#79288d hex color red value is 121, green value is 40 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #79288d hue: 0.80 , saturation: 0.56 and the lightness value of 79288d is 0.35.

The process color (four color CMYK) of #79288d color hex is 0.14, 0.72, 0.00, 0.45. Web safe color of #79288d is #663399. Color #79288d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00101000 10001101
Octal 171 50 215
Decimal 121 40 141
Hex 79 28 8D

RGB Percentages of Color #79288d

%40.07
%13.25
%46.69

CMYK Percentages of Color #79288d

%14
%72
%0
%45

Triadic Colors of #79288d

#79288d #8d7928 #288d79

Analogous Colors of #79288d

#79288d #8d286f #47288d

Monochromatic Colors of #79288d

#79288d

Complementary Color

#79288d #3c8d28

#79288d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79288d Color Preview on White Background

Lorem ipsum dolor sit amet.

#79288d Color CSS Codes

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

#79288d Text Font Color

<p style="color:#79288d">Text here</p>

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


#79288d Background Color

<div style="background-color:#79288d">
Div content here</div>

This div background color is #79288d


#79288d Border Color

<div style="border:3px solid #79288d">
Div here</div>

This div border color is #79288d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,40,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79288d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79288d;
  -webkit-box-shadow: 1px 1px 3px 2px #79288d;
  box-shadow:         1px 1px 3px 2px #79288d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(121,40,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79288d


Comments

No comments written yet.

Please login to write comment.