Color Hex Logo

#789ffb Color Hex

#789FFB
(120,159,251)
0 Favorites   0 Comments

Color spaces of #789ffb

RGB 120159251
HSL0.620.940.73
HSV222°52°98°
CMYK 0.520.370.00   0.02
XYZ37.556535.754496.1886
Yxy35.75440.22160.2109
Hunter Lab59.79507.4725-53.5198
CIE-Lab66.331812.0252-49.9528

#789ffb color RGB value is (120,159,251).

#789ffb hex color red value is 120, green value is 159 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #789ffb hue: 0.62 , saturation: 0.94 and the lightness value of 789ffb is 0.73.

The process color (four color CMYK) of #789ffb color hex is 0.52, 0.37, 0.00, 0.02. Web safe color of #789ffb is #6699ff. Color #789ffb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011111 11111011
Octal 170 237 373
Decimal 120 159 251
Hex 78 9F FB

RGB Percentages of Color #789ffb

%22.64
%30.00
%47.36

CMYK Percentages of Color #789ffb

%52
%37
%0
%2

Triadic Colors of #789ffb

#789ffb #fb789f #9ffb78

Analogous Colors of #789ffb

#789ffb #9378fb #78e1fb

Monochromatic Colors of #789ffb

#789ffb

Complementary Color

#789ffb #fbd478

#789ffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ffb Color CSS Codes

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

#789ffb Text Font Color

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

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


#789ffb Background Color

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

This div background color is #789ffb


#789ffb Border Color

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

This div border color is #789ffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ffb

Related Colors


Comments

No comments written yet.

Please login to write comment.