Color Hex Logo

#789bcf Color Hex

#789BCF
(120,155,207)
0 Favorites   0 Comments

Color spaces of #789bcf

RGB 120155207
HSL0.600.480.64
HSV216°42°81°
CMYK 0.420.250.00   0.19
XYZ30.729631.940863.5770
Yxy31.94080.24340.2530
Hunter Lab56.5162-1.8474-27.1360
CIE-Lab63.29391.3860-30.4506

#789bcf color RGB value is (120,155,207).

#789bcf hex color red value is 120, green value is 155 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #789bcf hue: 0.60 , saturation: 0.48 and the lightness value of 789bcf is 0.64.

The process color (four color CMYK) of #789bcf color hex is 0.42, 0.25, 0.00, 0.19. Web safe color of #789bcf is #6699cc. Color #789bcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011011 11001111
Octal 170 233 317
Decimal 120 155 207
Hex 78 9B CF

RGB Percentages of Color #789bcf

%24.90
%32.16
%42.95

CMYK Percentages of Color #789bcf

%42
%25
%0
%19

Triadic Colors of #789bcf

#789bcf #cf789b #9bcf78

Analogous Colors of #789bcf

#789bcf #8178cf #78c7cf

Monochromatic Colors of #789bcf

#789bcf

Complementary Color

#789bcf #cfac78

#789bcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789bcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#789bcf Color CSS Codes

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

#789bcf Text Font Color

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

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


#789bcf Background Color

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

This div background color is #789bcf


#789bcf Border Color

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

This div border color is #789bcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789bcf


Comments

No comments written yet.

Please login to write comment.