Color Hex Logo

#778ddc Color Hex

#778DDC
(119,141,220)
0 Favorites   0 Comments

Color spaces of #778ddc

RGB 119141220
HSL0.630.590.66
HSV227°46°86°
CMYK 0.460.360.00   0.14
XYZ30.050928.139071.5577
Yxy28.13900.23160.2169
Hunter Lab53.04628.2901-42.8480
CIE-Lab60.014112.9779-42.8262

#778ddc color RGB value is (119,141,220).

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

The process color (four color CMYK) of #778ddc color hex is 0.46, 0.36, 0.00, 0.14. Web safe color of #778ddc is #6699cc. Color #778ddc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001101 11011100
Octal 167 215 334
Decimal 119 141 220
Hex 77 8D DC

RGB Percentages of Color #778ddc

%24.79
%29.38
%45.83

CMYK Percentages of Color #778ddc

%46
%36
%0
%14

Triadic Colors of #778ddc

#778ddc #dc778d #8ddc77

Analogous Colors of #778ddc

#778ddc #9477dc #77c0dc

Monochromatic Colors of #778ddc

#778ddc

Complementary Color

#778ddc #dcc677

#778ddc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778ddc Color Preview on White Background

Lorem ipsum dolor sit amet.

#778ddc Color CSS Codes

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

#778ddc Text Font Color

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

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


#778ddc Background Color

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

This div background color is #778ddc


#778ddc Border Color

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

This div border color is #778ddc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778ddc


Comments

No comments written yet.

Please login to write comment.