Color Hex Logo

#789fcb Color Hex

#789FCB
(120,159,203)
0 Favorites   0 Comments

Color spaces of #789fcb

RGB 120159203
HSL0.590.440.63
HSV212°41°80°
CMYK 0.410.220.00   0.20
XYZ30.923433.101161.2592
Yxy33.10110.24680.2642
Hunter Lab57.5336-4.7427-22.8559
CIE-Lab64.2427-1.9836-26.7581

#789fcb color RGB value is (120,159,203).

#789fcb hex color red value is 120, green value is 159 and the blue value of its RGB is 203. Cylindrical-coordinate representations (also known as HSL) of color #789fcb hue: 0.59 , saturation: 0.44 and the lightness value of 789fcb is 0.63.

The process color (four color CMYK) of #789fcb color hex is 0.41, 0.22, 0.00, 0.20. Web safe color of #789fcb is #6699cc. Color #789fcb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011111 11001011
Octal 170 237 313
Decimal 120 159 203
Hex 78 9F CB

RGB Percentages of Color #789fcb

%24.90
%32.99
%42.12

CMYK Percentages of Color #789fcb

%41
%22
%0
%20

Triadic Colors of #789fcb

#789fcb #cb789f #9fcb78

Analogous Colors of #789fcb

#789fcb #7b78cb #78c9cb

Monochromatic Colors of #789fcb

#789fcb

Complementary Color

#789fcb #cba478

#789fcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789fcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#789fcb Color CSS Codes

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

#789fcb Text Font Color

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

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


#789fcb Background Color

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

This div background color is #789fcb


#789fcb Border Color

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

This div border color is #789fcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789fcb


Comments

No comments written yet.

Please login to write comment.