Color Hex Logo

#783493 Color Hex

#783493
(120,52,147)
0 Favorites   0 Comments

Color spaces of #783493

RGB 12052147
HSL0.790.480.39
HSV283°65°58°
CMYK 0.180.650.00   0.42
XYZ14.24028.555628.5046
Yxy8.55560.27760.1668
Hunter Lab29.250035.7144-37.3042
CIE-Lab35.114245.2402-39.8146

#783493 color RGB value is (120,52,147).

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

The process color (four color CMYK) of #783493 color hex is 0.18, 0.65, 0.00, 0.42. Web safe color of #783493 is #663399. Color #783493 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110100 10010011
Octal 170 64 223
Decimal 120 52 147
Hex 78 34 93

RGB Percentages of Color #783493

%37.62
%16.30
%46.08

CMYK Percentages of Color #783493

%18
%65
%0
%42

Triadic Colors of #783493

#783493 #937834 #349378

Analogous Colors of #783493

#783493 #93347f #493493

Monochromatic Colors of #783493

#783493

Complementary Color

#783493 #4f9334

#783493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783493 Color CSS Codes

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

#783493 Text Font Color

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

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


#783493 Background Color

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

This div background color is #783493


#783493 Border Color

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

This div border color is #783493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783493


Comments

No comments written yet.

Please login to write comment.