Color Hex Logo

#778cce Color Hex

#778CCE
(119,140,206)
0 Favorites   0 Comments

Color spaces of #778cce

RGB 119140206
HSL0.630.470.64
HSV226°42°81°
CMYK 0.420.320.00   0.19
XYZ28.126427.134362.1475
Yxy27.13430.23960.2311
Hunter Lab52.09065.2228-34.2734
CIE-Lab59.09849.4924-36.4218

#778cce color RGB value is (119,140,206).

#778cce hex color red value is 119, green value is 140 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #778cce hue: 0.63 , saturation: 0.47 and the lightness value of 778cce is 0.64.

The process color (four color CMYK) of #778cce color hex is 0.42, 0.32, 0.00, 0.19. Web safe color of #778cce is #6699cc. Color #778cce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001100 11001110
Octal 167 214 316
Decimal 119 140 206
Hex 77 8C CE

RGB Percentages of Color #778cce

%25.59
%30.11
%44.30

CMYK Percentages of Color #778cce

%42
%32
%0
%19

Triadic Colors of #778cce

#778cce #ce778c #8cce77

Analogous Colors of #778cce

#778cce #8e77ce #77b8ce

Monochromatic Colors of #778cce

#778cce

Complementary Color

#778cce #ceb977

#778cce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778cce Color Preview on White Background

Lorem ipsum dolor sit amet.

#778cce Color CSS Codes

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

#778cce Text Font Color

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

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


#778cce Background Color

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

This div background color is #778cce


#778cce Border Color

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

This div border color is #778cce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778cce


Comments

No comments written yet.

Please login to write comment.