Color Hex Logo

#78339a Color Hex

#78339A
(120,51,154)
0 Favorites   0 Comments

Color spaces of #78339a

RGB 12051154
HSL0.780.500.40
HSV280°67°60°
CMYK 0.220.670.00   0.40
XYZ14.76238.693831.4719
Yxy8.69380.26880.1583
Hunter Lab29.485337.7699-42.6452
CIE-Lab35.387947.2668-43.6365

#78339a color RGB value is (120,51,154).

#78339a hex color red value is 120, green value is 51 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #78339a hue: 0.78 , saturation: 0.50 and the lightness value of 78339a is 0.40.

The process color (four color CMYK) of #78339a color hex is 0.22, 0.67, 0.00, 0.40. Web safe color of #78339a is #663399. Color #78339a contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110011 10011010
Octal 170 63 232
Decimal 120 51 154
Hex 78 33 9A

RGB Percentages of Color #78339a

%36.92
%15.69
%47.38

CMYK Percentages of Color #78339a

%22
%67
%0
%40

Triadic Colors of #78339a

#78339a #9a7833 #339a78

Analogous Colors of #78339a

#78339a #9a3389 #45339a

Monochromatic Colors of #78339a

#78339a

Complementary Color

#78339a #559a33

#78339a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#78339a Color Preview on White Background

Lorem ipsum dolor sit amet.

#78339a Color CSS Codes

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

#78339a Text Font Color

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

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


#78339a Background Color

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

This div background color is #78339a


#78339a Border Color

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

This div border color is #78339a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #78339a


Comments

No comments written yet.

Please login to write comment.