Color Hex Logo

#793690 Color Hex

#793690
(121,54,144)
2 Favorites   0 Comments

Color spaces of #793690

RGB 12154144
HSL0.790.450.39
HSV285°63°56°
CMYK 0.160.630.00   0.44
XYZ14.23848.716927.3176
Yxy8.71690.28320.1734
Hunter Lab29.524434.4155-34.1913
CIE-Lab35.433443.8530-37.4631

#793690 color RGB value is (121,54,144).

#793690 hex color red value is 121, green value is 54 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #793690 hue: 0.79 , saturation: 0.45 and the lightness value of 793690 is 0.39.

The process color (four color CMYK) of #793690 color hex is 0.16, 0.63, 0.00, 0.44. Web safe color of #793690 is #663399. Color #793690 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110110 10010000
Octal 171 66 220
Decimal 121 54 144
Hex 79 36 90

RGB Percentages of Color #793690

%37.93
%16.93
%45.14

CMYK Percentages of Color #793690

%16
%63
%0
%44

Triadic Colors of #793690

#793690 #907936 #369079

Analogous Colors of #793690

#793690 #90367a #4c3690

Monochromatic Colors of #793690

#793690

Complementary Color

#793690 #4d9036

#793690 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793690 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793690 Color CSS Codes

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

#793690 Text Font Color

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

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


#793690 Background Color

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

This div background color is #793690


#793690 Border Color

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

This div border color is #793690


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793690


Comments

No comments written yet.

Please login to write comment.