Color Hex Logo

#778bbc Color Hex

#778BBC
(119,139,188)
0 Favorites   0 Comments

Color spaces of #778bbc

RGB 119139188
HSL0.620.340.60
HSV223°37°74°
CMYK 0.370.260.00   0.26
XYZ25.917526.018051.2329
Yxy26.01800.25120.2522
Hunter Lab51.00781.4336-23.8461
CIE-Lab58.05415.0324-27.8787

#778bbc color RGB value is (119,139,188).

#778bbc hex color red value is 119, green value is 139 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #778bbc hue: 0.62 , saturation: 0.34 and the lightness value of 778bbc is 0.60.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001011 10111100
Octal 167 213 274
Decimal 119 139 188
Hex 77 8B BC

RGB Percentages of Color #778bbc

%26.68
%31.17
%42.15

CMYK Percentages of Color #778bbc

%37
%26
%0
%26

Triadic Colors of #778bbc

#778bbc #bc778b #8bbc77

Analogous Colors of #778bbc

#778bbc #8677bc #77aebc

Monochromatic Colors of #778bbc

#778bbc

Complementary Color

#778bbc #bca877

#778bbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778bbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#778bbc Color CSS Codes

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

#778bbc Text Font Color

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

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


#778bbc Background Color

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

This div background color is #778bbc


#778bbc Border Color

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

This div border color is #778bbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778bbc


Comments

No comments written yet.

Please login to write comment.