Color Hex Logo

#785399 Color Hex

#785399
(120,83,153)
0 Favorites   0 Comments

Color spaces of #785399

RGB 12083153
HSL0.750.300.46
HSV272°46°60°
CMYK 0.220.460.00   0.40
XYZ16.588812.479531.6715
Yxy12.47950.27310.2055
Hunter Lab35.326322.0003-28.4275
CIE-Lab41.968329.5598-32.5700

#785399 color RGB value is (120,83,153).

#785399 hex color red value is 120, green value is 83 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #785399 hue: 0.75 , saturation: 0.30 and the lightness value of 785399 is 0.46.

The process color (four color CMYK) of #785399 color hex is 0.22, 0.46, 0.00, 0.40. Web safe color of #785399 is #666699. Color #785399 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010011 10011001
Octal 170 123 231
Decimal 120 83 153
Hex 78 53 99

RGB Percentages of Color #785399

%33.71
%23.31
%42.98

CMYK Percentages of Color #785399

%22
%46
%0
%40

Triadic Colors of #785399

#785399 #997853 #539978

Analogous Colors of #785399

#785399 #995397 #555399

Monochromatic Colors of #785399

#785399

Complementary Color

#785399 #749953

#785399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785399 Color CSS Codes

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

#785399 Text Font Color

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

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


#785399 Background Color

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

This div background color is #785399


#785399 Border Color

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

This div border color is #785399


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,83,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 #785399">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785399


Comments

No comments written yet.

Please login to write comment.