Color Hex Logo

#787097 Color Hex

#787097
(120,112,151)
0 Favorites   0 Comments

Color spaces of #787097

RGB 120112151
HSL0.700.160.52
HSV252°26°59°
CMYK 0.210.260.00   0.41
XYZ19.125817.815831.7089
Yxy17.81580.27860.2595
Hunter Lab42.20887.0173-14.9949
CIE-Lab49.271911.6529-20.0297

#787097 color RGB value is (120,112,151).

#787097 hex color red value is 120, green value is 112 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #787097 hue: 0.70 , saturation: 0.16 and the lightness value of 787097 is 0.52.

The process color (four color CMYK) of #787097 color hex is 0.21, 0.26, 0.00, 0.41. Web safe color of #787097 is #666699. Color #787097 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01110000 10010111
Octal 170 160 227
Decimal 120 112 151
Hex 78 70 97

RGB Percentages of Color #787097

%31.33
%29.24
%39.43

CMYK Percentages of Color #787097

%21
%26
%0
%41

Triadic Colors of #787097

#787097 #977870 #709778

Analogous Colors of #787097

#787097 #8c7097 #707c97

Monochromatic Colors of #787097

#787097

Complementary Color

#787097 #8f9770

#787097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#787097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#787097 Color CSS Codes

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

#787097 Text Font Color

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

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


#787097 Background Color

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

This div background color is #787097


#787097 Border Color

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

This div border color is #787097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #787097


Comments

No comments written yet.

Please login to write comment.