Color Hex Logo

#778ddf Color Hex

#778DDF
(119,141,223)
0 Favorites   0 Comments

Color spaces of #778ddf

RGB 119141223
HSL0.630.620.67
HSV227°47°87°
CMYK 0.470.370.00   0.13
XYZ30.451928.299473.6694
Yxy28.29940.23000.2137
Hunter Lab53.19729.0845-44.8689
CIE-Lab60.158313.8649-44.2715

#778ddf color RGB value is (119,141,223).

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

The process color (four color CMYK) of #778ddf color hex is 0.47, 0.37, 0.00, 0.13. Web safe color of #778ddf is #6699cc. Color #778ddf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001101 11011111
Octal 167 215 337
Decimal 119 141 223
Hex 77 8D DF

RGB Percentages of Color #778ddf

%24.64
%29.19
%46.17

CMYK Percentages of Color #778ddf

%47
%37
%0
%13

Triadic Colors of #778ddf

#778ddf #df778d #8ddf77

Analogous Colors of #778ddf

#778ddf #9577df #77c1df

Monochromatic Colors of #778ddf

#778ddf

Complementary Color

#778ddf #dfc977

#778ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#778ddf Color CSS Codes

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

#778ddf Text Font Color

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

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


#778ddf Background Color

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

This div background color is #778ddf


#778ddf Border Color

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

This div border color is #778ddf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778ddf


Comments

No comments written yet.

Please login to write comment.