Color Hex Logo

#787294 Color Hex

#787294
(120,114,148)
0 Favorites   0 Comments

Color spaces of #787294

RGB 120114148
HSL0.700.140.51
HSV251°23°58°
CMYK 0.190.230.00   0.42
XYZ19.108318.165830.5162
Yxy18.16580.28190.2680
Hunter Lab42.62145.4390-12.6157
CIE-Lab49.69669.7330-17.6141

#787294 color RGB value is (120,114,148).

#787294 hex color red value is 120, green value is 114 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #787294 hue: 0.70 , saturation: 0.14 and the lightness value of 787294 is 0.51.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110010 10010100
Octal 170 162 224
Decimal 120 114 148
Hex 78 72 94

RGB Percentages of Color #787294

%31.41
%29.84
%38.74

CMYK Percentages of Color #787294

%19
%23
%0
%42

Triadic Colors of #787294

#787294 #947872 #729478

Analogous Colors of #787294

#787294 #897294 #727d94

Monochromatic Colors of #787294

#787294

Complementary Color

#787294 #8e9472

#787294 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787294 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787294 Color CSS Codes

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

#787294 Text Font Color

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

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


#787294 Background Color

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

This div background color is #787294


#787294 Border Color

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

This div border color is #787294


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787294


Comments

No comments written yet.

Please login to write comment.