Color Hex Logo

#778feb Color Hex

#778FEB
(119,143,235)
0 Favorites   0 Comments

Color spaces of #778feb

RGB 119143235
HSL0.630.740.69
HSV228°49°92°
CMYK 0.490.390.00   0.08
XYZ32.425629.565082.5949
Yxy29.56500.22430.2045
Hunter Lab54.373711.2940-52.0013
CIE-Lab61.277116.2800-49.1649

#778feb color RGB value is (119,143,235).

#778feb hex color red value is 119, green value is 143 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #778feb hue: 0.63 , saturation: 0.74 and the lightness value of 778feb is 0.69.

The process color (four color CMYK) of #778feb color hex is 0.49, 0.39, 0.00, 0.08. Web safe color of #778feb is #6699ff. Color #778feb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001111 11101011
Octal 167 217 353
Decimal 119 143 235
Hex 77 8F EB

RGB Percentages of Color #778feb

%23.94
%28.77
%47.28

CMYK Percentages of Color #778feb

%49
%39
%0
%8

Triadic Colors of #778feb

#778feb #eb778f #8feb77

Analogous Colors of #778feb

#778feb #9977eb #77c9eb

Monochromatic Colors of #778feb

#778feb

Complementary Color

#778feb #ebd377

#778feb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778feb Color Preview on White Background

Lorem ipsum dolor sit amet.

#778feb Color CSS Codes

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

#778feb Text Font Color

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

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


#778feb Background Color

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

This div background color is #778feb


#778feb Border Color

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

This div border color is #778feb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778feb


Comments

No comments written yet.

Please login to write comment.