Color Hex Logo

#783394 Color Hex

#783394
(120,51,148)
0 Favorites   0 Comments

Color spaces of #783394

RGB 12051148
HSL0.790.490.39
HSV283°66°58°
CMYK 0.190.660.00   0.42
XYZ14.27498.498828.9050
Yxy8.49880.27620.1645
Hunter Lab29.152736.3870-38.3793
CIE-Lab35.000845.9443-40.6064

#783394 color RGB value is (120,51,148).

#783394 hex color red value is 120, green value is 51 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #783394 hue: 0.79 , saturation: 0.49 and the lightness value of 783394 is 0.39.

The process color (four color CMYK) of #783394 color hex is 0.19, 0.66, 0.00, 0.42. Web safe color of #783394 is #663399. Color #783394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110011 10010100
Octal 170 63 224
Decimal 120 51 148
Hex 78 33 94

RGB Percentages of Color #783394

%37.62
%15.99
%46.39

CMYK Percentages of Color #783394

%19
%66
%0
%42

Triadic Colors of #783394

#783394 #947833 #339478

Analogous Colors of #783394

#783394 #943380 #483394

Monochromatic Colors of #783394

#783394

Complementary Color

#783394 #4f9433

#783394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783394 Color CSS Codes

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

#783394 Text Font Color

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

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


#783394 Background Color

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

This div background color is #783394


#783394 Border Color

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

This div border color is #783394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783394


Comments

No comments written yet.

Please login to write comment.