Color Hex Logo

#777dec Color Hex

#777DEC
(119,125,236)
0 Favorites   0 Comments

Color spaces of #777dec

RGB 119125236
HSL0.660.750.70
HSV237°50°93°
CMYK 0.500.470.00   0.07
XYZ30.081724.645382.5284
Yxy24.64530.21920.1796
Hunter Lab49.644021.2847-63.8131
CIE-Lab56.728227.2577-56.9588

#777dec color RGB value is (119,125,236).

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

The process color (four color CMYK) of #777dec color hex is 0.50, 0.47, 0.00, 0.07. Web safe color of #777dec is #6666ff. Color #777dec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111101 11101100
Octal 167 175 354
Decimal 119 125 236
Hex 77 7D EC

RGB Percentages of Color #777dec

%24.79
%26.04
%49.17

CMYK Percentages of Color #777dec

%50
%47
%0
%7

Triadic Colors of #777dec

#777dec #ec777d #7dec77

Analogous Colors of #777dec

#777dec #ac77ec #77b8ec

Monochromatic Colors of #777dec

#777dec

Complementary Color

#777dec #ece677

#777dec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777dec Color Preview on White Background

Lorem ipsum dolor sit amet.

#777dec Color CSS Codes

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

#777dec Text Font Color

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

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


#777dec Background Color

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

This div background color is #777dec


#777dec Border Color

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

This div border color is #777dec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777dec


Comments

No comments written yet.

Please login to write comment.