Color Hex Logo

#778abd Color Hex

#778ABD
(119,138,189)
0 Favorites   0 Comments

Color spaces of #778abd

RGB 119138189
HSL0.620.350.60
HSV224°37°74°
CMYK 0.370.270.00   0.26
XYZ25.881525.773051.7547
Yxy25.77300.25030.2492
Hunter Lab50.76712.1583-24.9064
CIE-Lab57.82105.8873-28.8070

#778abd color RGB value is (119,138,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001010 10111101
Octal 167 212 275
Decimal 119 138 189
Hex 77 8A BD

RGB Percentages of Color #778abd

%26.68
%30.94
%42.38

CMYK Percentages of Color #778abd

%37
%27
%0
%26

Triadic Colors of #778abd

#778abd #bd778a #8abd77

Analogous Colors of #778abd

#778abd #8777bd #77adbd

Monochromatic Colors of #778abd

#778abd

Complementary Color

#778abd #bdaa77

#778abd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778abd Color Preview on White Background

Lorem ipsum dolor sit amet.

#778abd Color CSS Codes

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

#778abd Text Font Color

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

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


#778abd Background Color

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

This div background color is #778abd


#778abd Border Color

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

This div border color is #778abd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778abd


Comments

No comments written yet.

Please login to write comment.