Color Hex Logo

#790469 Color Hex

#790469
(121,4,105)
0 Favorites   0 Comments

Color spaces of #790469

RGB 1214105
HSL0.860.940.25
HSV308°97°47°
CMYK 0.000.970.13   0.53
XYZ10.47845.171713.8106
Yxy5.17170.35570.1755
Hunter Lab22.741442.4489-20.0872
CIE-Lab27.218453.4619-25.9734

#790469 color RGB value is (121,4,105).

#790469 hex color red value is 121, green value is 4 and the blue value of its RGB is 105. Cylindrical-coordinate representations (also known as HSL) of color #790469 hue: 0.86 , saturation: 0.94 and the lightness value of 790469 is 0.25.

The process color (four color CMYK) of #790469 color hex is 0.00, 0.97, 0.13, 0.53. Web safe color of #790469 is #660066. Color #790469 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00000100 01101001
Octal 171 4 151
Decimal 121 4 105
Hex 79 4 69

RGB Percentages of Color #790469

%52.61
%1.74
%45.65

CMYK Percentages of Color #790469

%0
%97
%13
%53

Triadic Colors of #790469

#790469 #697904 #046979

Analogous Colors of #790469

#790469 #79042f #4f0479

Monochromatic Colors of #790469

#790469

Complementary Color

#790469 #047914

#790469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#790469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#790469 Color CSS Codes

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

#790469 Text Font Color

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

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


#790469 Background Color

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

This div background color is #790469


#790469 Border Color

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

This div border color is #790469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #790469


Comments

No comments written yet.

Please login to write comment.