Color Hex Logo

#783499 Color Hex

#783499
(120,52,153)
0 Favorites   0 Comments

Color spaces of #783499

RGB 12052153
HSL0.780.490.40
HSV280°66°60°
CMYK 0.220.660.00   0.40
XYZ14.72358.749031.0497
Yxy8.74900.27000.1605
Hunter Lab29.578737.0898-41.5335
CIE-Lab35.496546.5633-42.8554

#783499 color RGB value is (120,52,153).

#783499 hex color red value is 120, green value is 52 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #783499 hue: 0.78 , saturation: 0.49 and the lightness value of 783499 is 0.40.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110100 10011001
Octal 170 64 231
Decimal 120 52 153
Hex 78 34 99

RGB Percentages of Color #783499

%36.92
%16.00
%47.08

CMYK Percentages of Color #783499

%22
%66
%0
%40

Triadic Colors of #783499

#783499 #997834 #349978

Analogous Colors of #783499

#783499 #993488 #463499

Monochromatic Colors of #783499

#783499

Complementary Color

#783499 #559934

#783499 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783499 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783499 Color CSS Codes

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

#783499 Text Font Color

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

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


#783499 Background Color

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

This div background color is #783499


#783499 Border Color

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

This div border color is #783499


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783499


Comments

No comments written yet.

Please login to write comment.