Color Hex Logo

#778ecc Color Hex

#778ECC
(119,142,204)
0 Favorites   0 Comments

Color spaces of #778ecc

RGB 119142204
HSL0.620.450.63
HSV224°42°80°
CMYK 0.420.300.00   0.20
XYZ28.179827.627660.9742
Yxy27.62760.24130.2366
Hunter Lab52.56203.7149-31.9856
CIE-Lab59.55087.7533-34.5912

#778ecc color RGB value is (119,142,204).

#778ecc hex color red value is 119, green value is 142 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #778ecc hue: 0.62 , saturation: 0.45 and the lightness value of 778ecc is 0.63.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001110 11001100
Octal 167 216 314
Decimal 119 142 204
Hex 77 8E CC

RGB Percentages of Color #778ecc

%25.59
%30.54
%43.87

CMYK Percentages of Color #778ecc

%42
%30
%0
%20

Triadic Colors of #778ecc

#778ecc #cc778e #8ecc77

Analogous Colors of #778ecc

#778ecc #8b77cc #77b9cc

Monochromatic Colors of #778ecc

#778ecc

Complementary Color

#778ecc #ccb577

#778ecc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778ecc Color Preview on White Background

Lorem ipsum dolor sit amet.

#778ecc Color CSS Codes

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

#778ecc Text Font Color

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

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


#778ecc Background Color

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

This div background color is #778ecc


#778ecc Border Color

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

This div border color is #778ecc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778ecc


Comments

No comments written yet.

Please login to write comment.