Color Hex Logo

#79308b Color Hex

#79308B
(121,48,139)
0 Favorites   0 Comments

Color spaces of #79308b

RGB 12148139
HSL0.800.490.37
HSV288°65°55°
CMYK 0.130.650.00   0.45
XYZ13.60238.042925.2616
Yxy8.04290.29000.1715
Hunter Lab28.360035.9839-32.9604
CIE-Lab34.072145.7060-36.5627

#79308b color RGB value is (121,48,139).

#79308b hex color red value is 121, green value is 48 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #79308b hue: 0.80 , saturation: 0.49 and the lightness value of 79308b is 0.37.

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110000 10001011
Octal 171 60 213
Decimal 121 48 139
Hex 79 30 8B

RGB Percentages of Color #79308b

%39.29
%15.58
%45.13

CMYK Percentages of Color #79308b

%13
%65
%0
%45

Triadic Colors of #79308b

#79308b #8b7930 #308b79

Analogous Colors of #79308b

#79308b #8b3070 #4b308b

Monochromatic Colors of #79308b

#79308b

Complementary Color

#79308b #428b30

#79308b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79308b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79308b Color CSS Codes

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

#79308b Text Font Color

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

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


#79308b Background Color

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

This div background color is #79308b


#79308b Border Color

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

This div border color is #79308b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79308b


Comments

No comments written yet.

Please login to write comment.