Color Hex Logo

#786399 Color Hex

#786399
(120,99,153)
0 Favorites   0 Comments

Color spaces of #786399

RGB 12099153
HSL0.730.210.49
HSV263°35°60°
CMYK 0.220.350.00   0.40
XYZ17.957315.216732.1276
Yxy15.21670.27500.2330
Hunter Lab39.008613.9061-21.5254
CIE-Lab45.929619.9668-26.3733

#786399 color RGB value is (120,99,153).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01100011 10011001
Octal 170 143 231
Decimal 120 99 153
Hex 78 63 99

RGB Percentages of Color #786399

%32.26
%26.61
%41.13

CMYK Percentages of Color #786399

%22
%35
%0
%40

Triadic Colors of #786399

#786399 #997863 #639978

Analogous Colors of #786399

#786399 #936399 #636999

Monochromatic Colors of #786399

#786399

Complementary Color

#786399 #849963

#786399 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#786399 Color Preview on White Background

Lorem ipsum dolor sit amet.

#786399 Color CSS Codes

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

#786399 Text Font Color

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

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


#786399 Background Color

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

This div background color is #786399


#786399 Border Color

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

This div border color is #786399


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #786399


Comments

No comments written yet.

Please login to write comment.