Color Hex Logo

#778cbf Color Hex

#778CBF
(119,140,191)
0 Favorites   0 Comments

Color spaces of #778cbf

RGB 119140191
HSL0.620.360.61
HSV223°38°75°
CMYK 0.380.270.00   0.25
XYZ26.389826.439753.0027
Yxy26.43970.24940.2498
Hunter Lab51.41951.6265-25.1218
CIE-Lab58.45215.2748-28.9635

#778cbf color RGB value is (119,140,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001100 10111111
Octal 167 214 277
Decimal 119 140 191
Hex 77 8C BF

RGB Percentages of Color #778cbf

%26.44
%31.11
%42.44

CMYK Percentages of Color #778cbf

%38
%27
%0
%25

Triadic Colors of #778cbf

#778cbf #bf778c #8cbf77

Analogous Colors of #778cbf

#778cbf #8677bf #77b0bf

Monochromatic Colors of #778cbf

#778cbf

Complementary Color

#778cbf #bfaa77

#778cbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778cbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#778cbf Color CSS Codes

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

#778cbf Text Font Color

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

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


#778cbf Background Color

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

This div background color is #778cbf


#778cbf Border Color

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

This div border color is #778cbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778cbf


Comments

No comments written yet.

Please login to write comment.