Color Hex Logo

#789ecf Color Hex

#789ECF
(120,158,207)
0 Favorites   0 Comments

Color spaces of #789ecf

RGB 120158207
HSL0.590.480.64
HSV214°42°81°
CMYK 0.420.240.00   0.19
XYZ31.235132.951863.7455
Yxy32.95180.24420.2576
Hunter Lab57.4037-3.3291-25.6577
CIE-Lab64.1219-0.3112-29.1706

#789ecf color RGB value is (120,158,207).

#789ecf hex color red value is 120, green value is 158 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #789ecf hue: 0.59 , saturation: 0.48 and the lightness value of 789ecf is 0.64.

The process color (four color CMYK) of #789ecf color hex is 0.42, 0.24, 0.00, 0.19. Web safe color of #789ecf is #6699cc. Color #789ecf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011110 11001111
Octal 170 236 317
Decimal 120 158 207
Hex 78 9E CF

RGB Percentages of Color #789ecf

%24.74
%32.58
%42.68

CMYK Percentages of Color #789ecf

%42
%24
%0
%19

Triadic Colors of #789ecf

#789ecf #cf789e #9ecf78

Analogous Colors of #789ecf

#789ecf #7e78cf #78cacf

Monochromatic Colors of #789ecf

#789ecf

Complementary Color

#789ecf #cfa978

#789ecf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ecf Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ecf Color CSS Codes

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

#789ecf Text Font Color

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

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


#789ecf Background Color

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

This div background color is #789ecf


#789ecf Border Color

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

This div border color is #789ecf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ecf


Comments

No comments written yet.

Please login to write comment.