Color Hex Logo

#778fc2 Color Hex

#778FC2
(119,143,194)
1 Favorites   0 Comments

Color spaces of #778fc2

RGB 119143194
HSL0.610.380.61
HSV221°39°76°
CMYK 0.390.260.00   0.24
XYZ27.167827.461954.9077
Yxy27.46190.24800.2507
Hunter Lab52.40410.8324-25.4397
CIE-Lab59.39954.3658-29.1929

#778fc2 color RGB value is (119,143,194).

#778fc2 hex color red value is 119, green value is 143 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #778fc2 hue: 0.61 , saturation: 0.38 and the lightness value of 778fc2 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001111 11000010
Octal 167 217 302
Decimal 119 143 194
Hex 77 8F C2

RGB Percentages of Color #778fc2

%26.10
%31.36
%42.54

CMYK Percentages of Color #778fc2

%39
%26
%0
%24

Triadic Colors of #778fc2

#778fc2 #c2778f #8fc277

Analogous Colors of #778fc2

#778fc2 #8577c2 #77b5c2

Monochromatic Colors of #778fc2

#778fc2

Complementary Color

#778fc2 #c2aa77

#778fc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778fc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#778fc2 Color CSS Codes

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

#778fc2 Text Font Color

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

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


#778fc2 Background Color

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

This div background color is #778fc2


#778fc2 Border Color

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

This div border color is #778fc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778fc2


Comments

No comments written yet.

Please login to write comment.