Color Hex Logo

#793378 Color Hex

#793378
(121,51,120)
0 Favorites   0 Comments

Color spaces of #793378

RGB 12151120
HSL0.840.410.34
HSV301°58°47°
CMYK 0.000.580.01   0.53
XYZ12.45917.788718.6160
Yxy7.78870.32060.2004
Hunter Lab27.908230.8485-20.0132
CIE-Lab33.538940.4619-25.5921

#793378 color RGB value is (121,51,120).

#793378 hex color red value is 121, green value is 51 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #793378 hue: 0.84 , saturation: 0.41 and the lightness value of 793378 is 0.34.

The process color (four color CMYK) of #793378 color hex is 0.00, 0.58, 0.01, 0.53. Web safe color of #793378 is #663366. Color #793378 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111001 00110011 01111000
Octal 171 63 170
Decimal 121 51 120
Hex 79 33 78

RGB Percentages of Color #793378

%41.44
%17.47
%41.10

CMYK Percentages of Color #793378

%0
%58
%1
%53

Triadic Colors of #793378

#793378 #787933 #337879

Analogous Colors of #793378

#793378 #793355 #573379

Monochromatic Colors of #793378

#793378

Complementary Color

#793378 #337934

#793378 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#793378 Color Preview on White Background

Lorem ipsum dolor sit amet.

#793378 Color CSS Codes

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

#793378 Text Font Color

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

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


#793378 Background Color

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

This div background color is #793378


#793378 Border Color

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

This div border color is #793378


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #793378


Comments

No comments written yet.

Please login to write comment.