Color Hex Logo

#776ddf Color Hex

#776DDF
(119,109,223)
0 Favorites   0 Comments

Color spaces of #776ddf

RGB 119109223
HSL0.680.640.65
HSV245°51°87°
CMYK 0.470.510.00   0.13
XYZ26.395720.186972.3173
Yxy20.18690.22200.1698
Hunter Lab44.929826.2392-63.9800
CIE-Lab52.047932.9035-57.1742

#776ddf color RGB value is (119,109,223).

#776ddf hex color red value is 119, green value is 109 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #776ddf hue: 0.68 , saturation: 0.64 and the lightness value of 776ddf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101101 11011111
Octal 167 155 337
Decimal 119 109 223
Hex 77 6D DF

RGB Percentages of Color #776ddf

%26.39
%24.17
%49.45

CMYK Percentages of Color #776ddf

%47
%51
%0
%13

Triadic Colors of #776ddf

#776ddf #df776d #6ddf77

Analogous Colors of #776ddf

#776ddf #b06ddf #6d9cdf

Monochromatic Colors of #776ddf

#776ddf

Complementary Color

#776ddf #d5df6d

#776ddf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776ddf Color Preview on White Background

Lorem ipsum dolor sit amet.

#776ddf Color CSS Codes

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

#776ddf Text Font Color

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

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


#776ddf Background Color

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

This div background color is #776ddf


#776ddf Border Color

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

This div border color is #776ddf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,109,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 #776ddf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776ddf


Comments

No comments written yet.

Please login to write comment.