Color Hex Logo

#793584 Color Hex

#793584
(121,53,132)
0 Favorites   0 Comments

Color spaces of #793584

RGB 12153132
HSL0.810.430.36
HSV292°60°52°
CMYK 0.080.600.00   0.48
XYZ13.32318.277122.7252
Yxy8.27710.30060.1867
Hunter Lab28.769932.3143-26.6938
CIE-Lab34.553441.8293-31.4738

#793584 color RGB value is (121,53,132).

#793584 hex color red value is 121, green value is 53 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #793584 hue: 0.81 , saturation: 0.43 and the lightness value of 793584 is 0.36.

The process color (four color CMYK) of #793584 color hex is 0.08, 0.60, 0.00, 0.48. Web safe color of #793584 is #663399. Color #793584 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110101 10000100
Octal 171 65 204
Decimal 121 53 132
Hex 79 35 84

RGB Percentages of Color #793584

%39.54
%17.32
%43.14

CMYK Percentages of Color #793584

%8
%60
%0
%48

Triadic Colors of #793584

#793584 #847935 #358479

Analogous Colors of #793584

#793584 #843568 #523584

Monochromatic Colors of #793584

#793584

Complementary Color

#793584 #408435

#793584 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793584 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793584 Color CSS Codes

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

#793584 Text Font Color

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

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


#793584 Background Color

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

This div background color is #793584


#793584 Border Color

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

This div border color is #793584


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793584


Comments

No comments written yet.

Please login to write comment.