Color Hex Logo

#785795 Color Hex

#785795
(120,87,149)
0 Favorites   0 Comments

Color spaces of #785795

RGB 12087149
HSL0.760.260.46
HSV272°42°58°
CMYK 0.190.420.00   0.42
XYZ16.578712.979430.0652
Yxy12.97940.27810.2177
Hunter Lab36.026919.0941-24.2598
CIE-Lab42.732226.2103-28.9737

#785795 color RGB value is (120,87,149).

#785795 hex color red value is 120, green value is 87 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #785795 hue: 0.76 , saturation: 0.26 and the lightness value of 785795 is 0.46.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01010111 10010101
Octal 170 127 225
Decimal 120 87 149
Hex 78 57 95

RGB Percentages of Color #785795

%33.71
%24.44
%41.85

CMYK Percentages of Color #785795

%19
%42
%0
%42

Triadic Colors of #785795

#785795 #957857 #579578

Analogous Colors of #785795

#785795 #955793 #595795

Monochromatic Colors of #785795

#785795

Complementary Color

#785795 #749557

#785795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#785795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#785795 Color CSS Codes

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

#785795 Text Font Color

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

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


#785795 Background Color

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

This div background color is #785795


#785795 Border Color

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

This div border color is #785795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #785795


Comments

No comments written yet.

Please login to write comment.