Color Hex Logo

#785492 Color Hex

#785492
(120,84,146)
0 Favorites   0 Comments

Color spaces of #785492

RGB 12084146
HSL0.760.270.45
HSV275°42°57°
CMYK 0.180.420.00   0.43
XYZ16.104412.409028.7405
Yxy12.40900.28130.2167
Hunter Lab35.226419.9583-23.7150
CIE-Lab41.858927.2845-28.5378

#785492 color RGB value is (120,84,146).

#785492 hex color red value is 120, green value is 84 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #785492 hue: 0.76 , saturation: 0.27 and the lightness value of 785492 is 0.45.

The process color (four color CMYK) of #785492 color hex is 0.18, 0.42, 0.00, 0.43. Web safe color of #785492 is #666699. Color #785492 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010100 10010010
Octal 170 124 222
Decimal 120 84 146
Hex 78 54 92

RGB Percentages of Color #785492

%34.29
%24.00
%41.71

CMYK Percentages of Color #785492

%18
%42
%0
%43

Triadic Colors of #785492

#785492 #927854 #549278

Analogous Colors of #785492

#785492 #92548d #595492

Monochromatic Colors of #785492

#785492

Complementary Color

#785492 #6e9254

#785492 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785492 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785492 Color CSS Codes

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

#785492 Text Font Color

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

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


#785492 Background Color

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

This div background color is #785492


#785492 Border Color

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

This div border color is #785492


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785492


Comments

No comments written yet.

Please login to write comment.