Color Hex Logo

#789dfb Color Hex

#789DFB
(120,157,251)
0 Favorites   0 Comments

Color spaces of #789dfb

RGB 120157251
HSL0.620.940.73
HSV223°52°98°
CMYK 0.520.370.00   0.02
XYZ37.215335.072096.0749
Yxy35.07200.22100.2083
Hunter Lab59.22168.5329-54.7307
CIE-Lab65.804713.1829-50.7860

#789dfb color RGB value is (120,157,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011101 11111011
Octal 170 235 373
Decimal 120 157 251
Hex 78 9D FB

RGB Percentages of Color #789dfb

%22.73
%29.73
%47.54

CMYK Percentages of Color #789dfb

%52
%37
%0
%2

Triadic Colors of #789dfb

#789dfb #fb789d #9dfb78

Analogous Colors of #789dfb

#789dfb #9578fb #78dffb

Monochromatic Colors of #789dfb

#789dfb

Complementary Color

#789dfb #fbd678

#789dfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789dfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#789dfb Color CSS Codes

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

#789dfb Text Font Color

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

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


#789dfb Background Color

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

This div background color is #789dfb


#789dfb Border Color

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

This div border color is #789dfb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,157,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 #789dfb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789dfb


Comments

No comments written yet.

Please login to write comment.