Color Hex Logo

#789ece Color Hex

#789ECE
(120,158,206)
0 Favorites   0 Comments

Color spaces of #789ece

RGB 120158206
HSL0.590.470.64
HSV213°42°81°
CMYK 0.420.230.00   0.19
XYZ31.113232.903063.1036
Yxy32.90300.24480.2588
Hunter Lab57.3611-3.5620-25.0728
CIE-Lab64.0823-0.5901-28.6754

#789ece color RGB value is (120,158,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 10011110 11001110
Octal 170 236 316
Decimal 120 158 206
Hex 78 9E CE

RGB Percentages of Color #789ece

%24.79
%32.64
%42.56

CMYK Percentages of Color #789ece

%42
%23
%0
%19

Triadic Colors of #789ece

#789ece #ce789e #9ece78

Analogous Colors of #789ece

#789ece #7d78ce #78c9ce

Monochromatic Colors of #789ece

#789ece

Complementary Color

#789ece #cea878

#789ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#789ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#789ece Color CSS Codes

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

#789ece Text Font Color

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

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


#789ece Background Color

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

This div background color is #789ece


#789ece Border Color

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

This div border color is #789ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #789ece


Comments

No comments written yet.

Please login to write comment.