Color Hex Logo

#790398 Color Hex

#790398
(121,3,152)
0 Favorites   0 Comments

Color spaces of #790398

RGB 1213152
HSL0.800.960.30
HSV288°98°60°
CMYK 0.200.980.00   0.40
XYZ13.58526.397130.2245
Yxy6.39710.27060.1274
Hunter Lab25.292551.6148-53.1468
CIE-Lab30.393061.4545-50.4778

#790398 color RGB value is (121,3,152).

#790398 hex color red value is 121, green value is 3 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #790398 hue: 0.80 , saturation: 0.96 and the lightness value of 790398 is 0.30.

The process color (four color CMYK) of #790398 color hex is 0.20, 0.98, 0.00, 0.40. Web safe color of #790398 is #660099. Color #790398 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000011 10011000
Octal 171 3 230
Decimal 121 3 152
Hex 79 3 98

RGB Percentages of Color #790398

%43.84
%1.09
%55.07

CMYK Percentages of Color #790398

%20
%98
%0
%40

Triadic Colors of #790398

#790398 #987903 #039879

Analogous Colors of #790398

#790398 #98036d #2e0398

Monochromatic Colors of #790398

#790398

Complementary Color

#790398 #229803

#790398 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790398 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790398 Color CSS Codes

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

#790398 Text Font Color

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

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


#790398 Background Color

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

This div background color is #790398


#790398 Border Color

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

This div border color is #790398


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790398


Comments

No comments written yet.

Please login to write comment.