Color Hex Logo

#789cb2 Color Hex

#789CB2
(120,156,178)
0 Favorites   0 Comments

Color spaces of #789cb2

RGB 120156178
HSL0.560.270.58
HSV203°33°70°
CMYK 0.330.120.00   0.30
XYZ27.670130.984446.6417
Yxy30.98440.26280.2943
Hunter Lab55.6636-8.6799-10.7158
CIE-Lab62.4945-6.9573-15.4300

#789cb2 color RGB value is (120,156,178).

#789cb2 hex color red value is 120, green value is 156 and the blue value of its RGB is 178. Cylindrical-coordinate representations (also known as HSL) of color #789cb2 hue: 0.56 , saturation: 0.27 and the lightness value of 789cb2 is 0.58.

The process color (four color CMYK) of #789cb2 color hex is 0.33, 0.12, 0.00, 0.30. Web safe color of #789cb2 is #669999. Color #789cb2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 10110010
Octal 170 234 262
Decimal 120 156 178
Hex 78 9C B2

RGB Percentages of Color #789cb2

%26.43
%34.36
%39.21

CMYK Percentages of Color #789cb2

%33
%12
%0
%30

Triadic Colors of #789cb2

#789cb2 #b2789c #9cb278

Analogous Colors of #789cb2

#789cb2 #787fb2 #78b2ab

Monochromatic Colors of #789cb2

#789cb2

Complementary Color

#789cb2 #b28e78

#789cb2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789cb2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#789cb2 Color CSS Codes

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

#789cb2 Text Font Color

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

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


#789cb2 Background Color

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

This div background color is #789cb2


#789cb2 Border Color

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

This div border color is #789cb2


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,156,178, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #789cb2; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #789cb2;
  -webkit-box-shadow: 1px 1px 3px 2px #789cb2;
  box-shadow:         1px 1px 3px 2px #789cb2; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789cb2


Comments

No comments written yet.

Please login to write comment.