Color Hex Logo

#79388e Color Hex

#79388E
(121,56,142)
0 Favorites   0 Comments

Color spaces of #79388e

RGB 12156142
HSL0.790.430.39
HSV285°61°56°
CMYK 0.150.610.00   0.44
XYZ14.18188.846326.5512
Yxy8.84630.28600.1784
Hunter Lab29.742733.0618-32.1080
CIE-Lab35.686742.4091-35.8356

#79388e color RGB value is (121,56,142).

#79388e hex color red value is 121, green value is 56 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #79388e hue: 0.79 , saturation: 0.43 and the lightness value of 79388e is 0.39.

The process color (four color CMYK) of #79388e color hex is 0.15, 0.61, 0.00, 0.44. Web safe color of #79388e is #663399. Color #79388e contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00111000 10001110
Octal 171 70 216
Decimal 121 56 142
Hex 79 38 8E

RGB Percentages of Color #79388e

%37.93
%17.55
%44.51

CMYK Percentages of Color #79388e

%15
%61
%0
%44

Triadic Colors of #79388e

#79388e #8e7938 #388e79

Analogous Colors of #79388e

#79388e #8e3878 #4e388e

Monochromatic Colors of #79388e

#79388e

Complementary Color

#79388e #4d8e38

#79388e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79388e Color Preview on White Background

Lorem ipsum dolor sit amet.

#79388e Color CSS Codes

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

#79388e Text Font Color

<p style="color:#79388e">Text here</p>

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


#79388e Background Color

<div style="background-color:#79388e">
Div content here</div>

This div background color is #79388e


#79388e Border Color

<div style="border:3px solid #79388e">
Div here</div>

This div border color is #79388e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,56,142, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79388e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79388e;
  -webkit-box-shadow: 1px 1px 3px 2px #79388e;
  box-shadow:         1px 1px 3px 2px #79388e; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79388e


Comments

No comments written yet.

Please login to write comment.