Color Hex Logo

#778fbe Color Hex

#778FBE
(119,143,190)
0 Favorites   0 Comments

Color spaces of #778fbe

RGB 119143190
HSL0.610.350.61
HSV220°37°75°
CMYK 0.370.250.00   0.25
XYZ26.724527.284652.5731
Yxy27.28460.25070.2560
Hunter Lab52.2347-0.0858-23.1099
CIE-Lab59.23683.2655-27.1843

#778fbe color RGB value is (119,143,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001111 10111110
Octal 167 217 276
Decimal 119 143 190
Hex 77 8F BE

RGB Percentages of Color #778fbe

%26.33
%31.64
%42.04

CMYK Percentages of Color #778fbe

%37
%25
%0
%25

Triadic Colors of #778fbe

#778fbe #be778f #8fbe77

Analogous Colors of #778fbe

#778fbe #8377be #77b3be

Monochromatic Colors of #778fbe

#778fbe

Complementary Color

#778fbe #bea677

#778fbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778fbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#778fbe Color CSS Codes

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

#778fbe Text Font Color

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

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


#778fbe Background Color

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

This div background color is #778fbe


#778fbe Border Color

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

This div border color is #778fbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,143,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 #778fbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778fbe


Comments

No comments written yet.

Please login to write comment.