Color Hex Logo

#79459b Color Hex

#79459B
(121,69,155)
0 Favorites   0 Comments

Color spaces of #79459b

RGB 12169155
HSL0.770.380.44
HSV276°55°61°
CMYK 0.220.550.00   0.39
XYZ15.929710.687732.2337
Yxy10.68770.27070.1816
Hunter Lab32.692029.7658-35.5743
CIE-Lab39.049438.3903-38.3821

#79459b color RGB value is (121,69,155).

#79459b hex color red value is 121, green value is 69 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #79459b hue: 0.77 , saturation: 0.38 and the lightness value of 79459b is 0.44.

The process color (four color CMYK) of #79459b color hex is 0.22, 0.55, 0.00, 0.39. Web safe color of #79459b is #663399. Color #79459b contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 01000101 10011011
Octal 171 105 233
Decimal 121 69 155
Hex 79 45 9B

RGB Percentages of Color #79459b

%35.07
%20.00
%44.93

CMYK Percentages of Color #79459b

%22
%55
%0
%39

Triadic Colors of #79459b

#79459b #9b7945 #459b79

Analogous Colors of #79459b

#79459b #9b4592 #4e459b

Monochromatic Colors of #79459b

#79459b

Complementary Color

#79459b #679b45

#79459b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79459b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79459b Color CSS Codes

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

#79459b Text Font Color

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

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


#79459b Background Color

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

This div background color is #79459b


#79459b Border Color

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

This div border color is #79459b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79459b


Comments

No comments written yet.

Please login to write comment.