Color Hex Logo

#789ffa Color Hex

#789FFA
(120,159,250)
0 Favorites   0 Comments

Color spaces of #789ffa

RGB 120159250
HSL0.620.930.73
HSV222°52°98°
CMYK 0.520.360.00   0.02
XYZ37.399235.691595.3605
Yxy35.69150.22200.2119
Hunter Lab59.74247.1933-52.8188
CIE-Lab66.283511.7205-49.4838

#789ffa color RGB value is (120,159,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011111 11111010
Octal 170 237 372
Decimal 120 159 250
Hex 78 9F FA

RGB Percentages of Color #789ffa

%22.68
%30.06
%47.26

CMYK Percentages of Color #789ffa

%52
%36
%0
%2

Triadic Colors of #789ffa

#789ffa #fa789f #9ffa78

Analogous Colors of #789ffa

#789ffa #9278fa #78e0fa

Monochromatic Colors of #789ffa

#789ffa

Complementary Color

#789ffa #fad378

#789ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ffa Color CSS Codes

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

#789ffa Text Font Color

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

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


#789ffa Background Color

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

This div background color is #789ffa


#789ffa Border Color

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

This div border color is #789ffa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ffa


Comments

No comments written yet.

Please login to write comment.