Color Hex Logo

#789cdb Color Hex

#789CDB
(120,156,219)
0 Favorites   0 Comments

Color spaces of #789cdb

RGB 120156219
HSL0.610.580.66
HSV218°45°86°
CMYK 0.450.290.00   0.14
XYZ32.420432.884571.6564
Yxy32.88450.23670.2401
Hunter Lab57.34500.5625-33.9453
CIE-Lab64.06734.2345-35.9179

#789cdb color RGB value is (120,156,219).

#789cdb hex color red value is 120, green value is 156 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #789cdb hue: 0.61 , saturation: 0.58 and the lightness value of 789cdb is 0.66.

The process color (four color CMYK) of #789cdb color hex is 0.45, 0.29, 0.00, 0.14. Web safe color of #789cdb is #6699cc. Color #789cdb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011100 11011011
Octal 170 234 333
Decimal 120 156 219
Hex 78 9C DB

RGB Percentages of Color #789cdb

%24.24
%31.52
%44.24

CMYK Percentages of Color #789cdb

%45
%29
%0
%14

Triadic Colors of #789cdb

#789cdb #db789c #9cdb78

Analogous Colors of #789cdb

#789cdb #8678db #78cedb

Monochromatic Colors of #789cdb

#789cdb

Complementary Color

#789cdb #dbb778

#789cdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789cdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#789cdb Color CSS Codes

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

#789cdb Text Font Color

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

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


#789cdb Background Color

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

This div background color is #789cdb


#789cdb Border Color

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

This div border color is #789cdb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789cdb


Comments

No comments written yet.

Please login to write comment.