Color Hex Logo

#778abe Color Hex

#778ABE
(119,138,190)
0 Favorites   0 Comments

Color spaces of #778abe

RGB 119138190
HSL0.620.350.61
HSV224°37°75°
CMYK 0.370.270.00   0.25
XYZ25.990525.816652.3285
Yxy25.81660.24960.2479
Hunter Lab50.81002.3893-25.4949
CIE-Lab57.86266.1623-29.3100

#778abe color RGB value is (119,138,190).

#778abe hex color red value is 119, green value is 138 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #778abe hue: 0.62 , saturation: 0.35 and the lightness value of 778abe is 0.61.

The process color (four color CMYK) of #778abe color hex is 0.37, 0.27, 0.00, 0.25. Web safe color of #778abe is #6699cc. Color #778abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001010 10111110
Octal 167 212 276
Decimal 119 138 190
Hex 77 8A BE

RGB Percentages of Color #778abe

%26.62
%30.87
%42.51

CMYK Percentages of Color #778abe

%37
%27
%0
%25

Triadic Colors of #778abe

#778abe #be778a #8abe77

Analogous Colors of #778abe

#778abe #8877be #77aebe

Monochromatic Colors of #778abe

#778abe

Complementary Color

#778abe #beab77

#778abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#778abe Color CSS Codes

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

#778abe Text Font Color

<p style="color:#778abe">Text here</p>

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


#778abe Background Color

<div style="background-color:#778abe">
Div content here</div>

This div background color is #778abe


#778abe Border Color

<div style="border:3px solid #778abe">
Div here</div>

This div border color is #778abe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,138,190, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #778abe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #778abe;
  -webkit-box-shadow: 1px 1px 3px 2px #778abe;
  box-shadow:         1px 1px 3px 2px #778abe; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,138,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778abe


Comments

No comments written yet.

Please login to write comment.