Color Hex Logo

#79048f Color Hex

#79048F
(121,4,143)
0 Favorites   0 Comments

Color spaces of #79048f

RGB 1214143
HSL0.810.950.29
HSV291°97°56°
CMYK 0.150.970.00   0.44
XYZ12.88656.135026.4916
Yxy6.13500.28310.1348
Hunter Lab24.768949.5223-46.0753
CIE-Lab29.750559.6628-45.9767

#79048f color RGB value is (121,4,143).

#79048f hex color red value is 121, green value is 4 and the blue value of its RGB is 143. Cylindrical-coordinate representations (also known as HSL) of color #79048f hue: 0.81 , saturation: 0.95 and the lightness value of 79048f is 0.29.

The process color (four color CMYK) of #79048f color hex is 0.15, 0.97, 0.00, 0.44. Web safe color of #79048f is #660099. Color #79048f contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000100 10001111
Octal 171 4 217
Decimal 121 4 143
Hex 79 4 8F

RGB Percentages of Color #79048f

%45.15
%1.49
%53.36

CMYK Percentages of Color #79048f

%15
%97
%0
%44

Triadic Colors of #79048f

#79048f #8f7904 #048f79

Analogous Colors of #79048f

#79048f #8f0460 #33048f

Monochromatic Colors of #79048f

#79048f

Complementary Color

#79048f #1a8f04

#79048f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#79048f Color Preview on White Background

Lorem ipsum dolor sit amet.

#79048f Color CSS Codes

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

#79048f Text Font Color

<p style="color:#79048f">Text here</p>

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


#79048f Background Color

<div style="background-color:#79048f">
Div content here</div>

This div background color is #79048f


#79048f Border Color

<div style="border:3px solid #79048f">
Div here</div>

This div border color is #79048f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(121,4,143, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #79048f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #79048f;
  -webkit-box-shadow: 1px 1px 3px 2px #79048f;
  box-shadow:         1px 1px 3px 2px #79048f; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #79048f


Comments

No comments written yet.

Please login to write comment.