Color Hex Logo

#778ddd Color Hex

#778DDD
(119,141,221)
0 Favorites   0 Comments

Color spaces of #778ddd

RGB 119141221
HSL0.630.600.67
HSV227°46°87°
CMYK 0.460.360.00   0.13
XYZ30.183828.192172.2574
Yxy28.19210.23110.2158
Hunter Lab53.09628.5541-43.5190
CIE-Lab60.061913.2733-43.3087

#778ddd color RGB value is (119,141,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001101 11011101
Octal 167 215 335
Decimal 119 141 221
Hex 77 8D DD

RGB Percentages of Color #778ddd

%24.74
%29.31
%45.95

CMYK Percentages of Color #778ddd

%46
%36
%0
%13

Triadic Colors of #778ddd

#778ddd #dd778d #8ddd77

Analogous Colors of #778ddd

#778ddd #9477dd #77c0dd

Monochromatic Colors of #778ddd

#778ddd

Complementary Color

#778ddd #ddc777

#778ddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778ddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#778ddd Color CSS Codes

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

#778ddd Text Font Color

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

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


#778ddd Background Color

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

This div background color is #778ddd


#778ddd Border Color

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

This div border color is #778ddd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778ddd


Comments

No comments written yet.

Please login to write comment.