Color Hex Logo

#777ecd Color Hex

#777ECD
(119,126,205)
0 Favorites   0 Comments

Color spaces of #777ecd

RGB 119126205
HSL0.650.460.64
HSV235°42°80°
CMYK 0.420.390.00   0.20
XYZ26.088023.251460.8706
Yxy23.25140.23670.2110
Hunter Lab48.219712.1882-41.0915
CIE-Lab55.330417.4823-41.7744

#777ecd color RGB value is (119,126,205).

#777ecd hex color red value is 119, green value is 126 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #777ecd hue: 0.65 , saturation: 0.46 and the lightness value of 777ecd is 0.64.

The process color (four color CMYK) of #777ecd color hex is 0.42, 0.39, 0.00, 0.20. Web safe color of #777ecd is #6666cc. Color #777ecd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111110 11001101
Octal 167 176 315
Decimal 119 126 205
Hex 77 7E CD

RGB Percentages of Color #777ecd

%26.44
%28.00
%45.56

CMYK Percentages of Color #777ecd

%42
%39
%0
%20

Triadic Colors of #777ecd

#777ecd #cd777e #7ecd77

Analogous Colors of #777ecd

#777ecd #9b77cd #77a9cd

Monochromatic Colors of #777ecd

#777ecd

Complementary Color

#777ecd #cdc677

#777ecd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777ecd Color Preview on White Background

Lorem ipsum dolor sit amet.

#777ecd Color CSS Codes

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

#777ecd Text Font Color

<p style="color:#777ecd">Text here</p>

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


#777ecd Background Color

<div style="background-color:#777ecd">
Div content here</div>

This div background color is #777ecd


#777ecd Border Color

<div style="border:3px solid #777ecd">
Div here</div>

This div border color is #777ecd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,126,205, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #777ecd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #777ecd;
  -webkit-box-shadow: 1px 1px 3px 2px #777ecd;
  box-shadow:         1px 1px 3px 2px #777ecd; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777ecd


Comments

No comments written yet.

Please login to write comment.