Color Hex Logo

#777dce Color Hex

#777DCE
(119,125,206)
0 Favorites   0 Comments

Color spaces of #777dce

RGB 119125206
HSL0.660.470.64
HSV236°42°81°
CMYK 0.420.390.00   0.19
XYZ26.081923.045461.4661
Yxy23.04540.23580.2084
Hunter Lab48.005612.9709-42.3106
CIE-Lab55.119118.3677-42.6742

#777dce color RGB value is (119,125,206).

#777dce hex color red value is 119, green value is 125 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #777dce hue: 0.66 , saturation: 0.47 and the lightness value of 777dce is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111101 11001110
Octal 167 175 316
Decimal 119 125 206
Hex 77 7D CE

RGB Percentages of Color #777dce

%26.44
%27.78
%45.78

CMYK Percentages of Color #777dce

%42
%39
%0
%19

Triadic Colors of #777dce

#777dce #ce777d #7dce77

Analogous Colors of #777dce

#777dce #9d77ce #77a9ce

Monochromatic Colors of #777dce

#777dce

Complementary Color

#777dce #cec877

#777dce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777dce Color Preview on White Background

Lorem ipsum dolor sit amet.

#777dce Color CSS Codes

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

#777dce Text Font Color

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

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


#777dce Background Color

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

This div background color is #777dce


#777dce Border Color

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

This div border color is #777dce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777dce


Comments

No comments written yet.

Please login to write comment.