Color Hex Logo

#7778db Color Hex

#7778DB
(119,120,219)
0 Favorites   0 Comments

Color spaces of #7778db

RGB 119120219
HSL0.670.580.66
HSV239°46°86°
CMYK 0.460.450.00   0.14
XYZ27.110422.469469.9260
Yxy22.46940.22690.1880
Hunter Lab47.401919.1355-54.2817
CIE-Lab54.521525.1591-50.9643

#7778db color RGB value is (119,120,219).

#7778db hex color red value is 119, green value is 120 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #7778db hue: 0.67 , saturation: 0.58 and the lightness value of 7778db is 0.66.

The process color (four color CMYK) of #7778db color hex is 0.46, 0.45, 0.00, 0.14. Web safe color of #7778db is #6666cc. Color #7778db contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111000 11011011
Octal 167 170 333
Decimal 119 120 219
Hex 77 78 DB

RGB Percentages of Color #7778db

%25.98
%26.20
%47.82

CMYK Percentages of Color #7778db

%46
%45
%0
%14

Triadic Colors of #7778db

#7778db #db7778 #78db77

Analogous Colors of #7778db

#7778db #a877db #77aadb

Monochromatic Colors of #7778db

#7778db

Complementary Color

#7778db #dbda77

#7778db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7778db Color Preview on White Background

Lorem ipsum dolor sit amet.

#7778db Color CSS Codes

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

#7778db Text Font Color

<p style="color:#7778db">Text here</p>

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


#7778db Background Color

<div style="background-color:#7778db">
Div content here</div>

This div background color is #7778db


#7778db Border Color

<div style="border:3px solid #7778db">
Div here</div>

This div border color is #7778db


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,120,219, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7778db; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7778db;
  -webkit-box-shadow: 1px 1px 3px 2px #7778db;
  box-shadow:         1px 1px 3px 2px #7778db; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7778db


Comments

No comments written yet.

Please login to write comment.