Color Hex Logo

#79268b Color Hex

#79268B
(121,38,139)
0 Favorites   0 Comments

Color spaces of #79268b

RGB 12138139
HSL0.800.570.35
HSV289°73°55°
CMYK 0.130.730.00   0.45
XYZ13.23857.315325.1403
Yxy7.31530.28970.1601
Hunter Lab27.046840.0378-36.1779
CIE-Lab32.514250.0683-39.0517

#79268b color RGB value is (121,38,139).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111001 00100110 10001011
Octal 171 46 213
Decimal 121 38 139
Hex 79 26 8B

RGB Percentages of Color #79268b

%40.60
%12.75
%46.64

CMYK Percentages of Color #79268b

%13
%73
%0
%45

Triadic Colors of #79268b

#79268b #8b7926 #268b79

Analogous Colors of #79268b

#79268b #8b266b #47268b

Monochromatic Colors of #79268b

#79268b

Complementary Color

#79268b #388b26

#79268b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79268b Color Preview on White Background

Lorem ipsum dolor sit amet.

#79268b Color CSS Codes

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

#79268b Text Font Color

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

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


#79268b Background Color

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

This div background color is #79268b


#79268b Border Color

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

This div border color is #79268b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79268b


Comments

No comments written yet.

Please login to write comment.