Color Hex Logo

#789dcf Color Hex

#789DCF
(120,157,207)
0 Favorites   0 Comments

Color spaces of #789dcf

RGB 120157207
HSL0.600.480.64
HSV214°42°81°
CMYK 0.420.240.00   0.19
XYZ31.065232.612063.6889
Yxy32.61200.24390.2560
Hunter Lab57.1069-2.8361-26.1488
CIE-Lab63.84550.2532-29.5976

#789dcf color RGB value is (120,157,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011101 11001111
Octal 170 235 317
Decimal 120 157 207
Hex 78 9D CF

RGB Percentages of Color #789dcf

%24.79
%32.44
%42.77

CMYK Percentages of Color #789dcf

%42
%24
%0
%19

Triadic Colors of #789dcf

#789dcf #cf789d #9dcf78

Analogous Colors of #789dcf

#789dcf #7f78cf #78c9cf

Monochromatic Colors of #789dcf

#789dcf

Complementary Color

#789dcf #cfaa78

#789dcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789dcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#789dcf Color CSS Codes

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

#789dcf Text Font Color

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

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


#789dcf Background Color

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

This div background color is #789dcf


#789dcf Border Color

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

This div border color is #789dcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789dcf


Comments

No comments written yet.

Please login to write comment.