Color Hex Logo

#778bc9 Color Hex

#778BC9
(119,139,201)
0 Favorites   0 Comments

Color spaces of #778bc9

RGB 119139201
HSL0.630.430.63
HSV225°41°79°
CMYK 0.410.310.00   0.21
XYZ27.383026.604258.9502
Yxy26.60420.24250.2356
Hunter Lab51.57934.5005-31.6574
CIE-Lab58.60628.6525-34.3752

#778bc9 color RGB value is (119,139,201).

#778bc9 hex color red value is 119, green value is 139 and the blue value of its RGB is 201. Cylindrical-coordinate representations (also known as HSL) of color #778bc9 hue: 0.63 , saturation: 0.43 and the lightness value of 778bc9 is 0.63.

The process color (four color CMYK) of #778bc9 color hex is 0.41, 0.31, 0.00, 0.21. Web safe color of #778bc9 is #6699cc. Color #778bc9 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001011 11001001
Octal 167 213 311
Decimal 119 139 201
Hex 77 8B C9

RGB Percentages of Color #778bc9

%25.93
%30.28
%43.79

CMYK Percentages of Color #778bc9

%41
%31
%0
%21

Triadic Colors of #778bc9

#778bc9 #c9778b #8bc977

Analogous Colors of #778bc9

#778bc9 #8c77c9 #77b4c9

Monochromatic Colors of #778bc9

#778bc9

Complementary Color

#778bc9 #c9b577

#778bc9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778bc9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778bc9 Color CSS Codes

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

#778bc9 Text Font Color

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

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


#778bc9 Background Color

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

This div background color is #778bc9


#778bc9 Border Color

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

This div border color is #778bc9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778bc9


Comments

No comments written yet.

Please login to write comment.