Color Hex Logo

#778dee Color Hex

#778DEE
(119,141,238)
0 Favorites   0 Comments

Color spaces of #778dee

RGB 119141238
HSL0.640.780.70
HSV229°50°93°
CMYK 0.500.410.00   0.07
XYZ32.565229.144784.7980
Yxy29.14470.22230.1989
Hunter Lab53.985813.1991-55.3394
CIE-Lab60.909118.3666-51.4068

#778dee color RGB value is (119,141,238).

#778dee hex color red value is 119, green value is 141 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #778dee hue: 0.64 , saturation: 0.78 and the lightness value of 778dee is 0.70.

The process color (four color CMYK) of #778dee color hex is 0.50, 0.41, 0.00, 0.07. Web safe color of #778dee is #6699ff. Color #778dee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001101 11101110
Octal 167 215 356
Decimal 119 141 238
Hex 77 8D EE

RGB Percentages of Color #778dee

%23.90
%28.31
%47.79

CMYK Percentages of Color #778dee

%50
%41
%0
%7

Triadic Colors of #778dee

#778dee #ee778d #8dee77

Analogous Colors of #778dee

#778dee #9d77ee #77c9ee

Monochromatic Colors of #778dee

#778dee

Complementary Color

#778dee #eed877

#778dee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778dee Color Preview on White Background

Lorem ipsum dolor sit amet.

#778dee Color CSS Codes

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

#778dee Text Font Color

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

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


#778dee Background Color

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

This div background color is #778dee


#778dee Border Color

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

This div border color is #778dee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778dee


Comments

No comments written yet.

Please login to write comment.