Color Hex Logo

#776bdd Color Hex

#776BDD
(119,107,221)
0 Favorites   0 Comments

Color spaces of #776bdd

RGB 119107221
HSL0.680.630.64
HSV246°52°87°
CMYK 0.460.520.00   0.13
XYZ25.916619.657870.8350
Yxy19.65780.22260.1689
Hunter Lab44.337126.7496-63.6884
CIE-Lab51.448133.5030-57.0078

#776bdd color RGB value is (119,107,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01101011 11011101
Octal 167 153 335
Decimal 119 107 221
Hex 77 6B DD

RGB Percentages of Color #776bdd

%26.62
%23.94
%49.44

CMYK Percentages of Color #776bdd

%46
%52
%0
%13

Triadic Colors of #776bdd

#776bdd #dd776b #6bdd77

Analogous Colors of #776bdd

#776bdd #b06bdd #6b98dd

Monochromatic Colors of #776bdd

#776bdd

Complementary Color

#776bdd #d1dd6b

#776bdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#776bdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#776bdd Color CSS Codes

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

#776bdd Text Font Color

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

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


#776bdd Background Color

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

This div background color is #776bdd


#776bdd Border Color

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

This div border color is #776bdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #776bdd


Comments

No comments written yet.

Please login to write comment.