Color Hex Logo

#776ebc Color Hex

#776EBC
(119,110,188)
0 Favorites   0 Comments

Color spaces of #776ebc

RGB 119110188
HSL0.690.370.58
HSV247°41°74°
CMYK 0.370.410.00   0.26
XYZ22.260818.704650.0140
Yxy18.70460.24470.2056
Hunter Lab43.248816.1911-38.2903
CIE-Lab50.339822.2560-39.9357

#776ebc color RGB value is (119,110,188).

#776ebc hex color red value is 119, green value is 110 and the blue value of its RGB is 188. Cylindrical-coordinate representations (also known as HSL) of color #776ebc hue: 0.69 , saturation: 0.37 and the lightness value of 776ebc is 0.58.

The process color (four color CMYK) of #776ebc color hex is 0.37, 0.41, 0.00, 0.26. Web safe color of #776ebc is #6666cc. Color #776ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101110 10111100
Octal 167 156 274
Decimal 119 110 188
Hex 77 6E BC

RGB Percentages of Color #776ebc

%28.54
%26.38
%45.08

CMYK Percentages of Color #776ebc

%37
%41
%0
%26

Triadic Colors of #776ebc

#776ebc #bc776e #6ebc77

Analogous Colors of #776ebc

#776ebc #9e6ebc #6e8cbc

Monochromatic Colors of #776ebc

#776ebc

Complementary Color

#776ebc #b3bc6e

#776ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#776ebc Color CSS Codes

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

#776ebc Text Font Color

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

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


#776ebc Background Color

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

This div background color is #776ebc


#776ebc Border Color

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

This div border color is #776ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776ebc


Comments

No comments written yet.

Please login to write comment.