Color Hex Logo

#777cfe Color Hex

#777CFE
(119,124,254)
0 Favorites   0 Comments

Color spaces of #777cfe

RGB 119124254
HSL0.660.990.73
HSV238°53°100°
CMYK 0.530.510.00   0.00
XYZ32.704825.493096.9628
Yxy25.49300.21080.1643
Hunter Lab50.490627.2631-78.5179
CIE-Lab57.552633.3334-65.6028

#777cfe color RGB value is (119,124,254).

#777cfe hex color red value is 119, green value is 124 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #777cfe hue: 0.66 , saturation: 0.99 and the lightness value of 777cfe is 0.73.

The process color (four color CMYK) of #777cfe color hex is 0.53, 0.51, 0.00, 0.00. Web safe color of #777cfe is #6666ff. Color #777cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111100 11111110
Octal 167 174 376
Decimal 119 124 254
Hex 77 7C FE

RGB Percentages of Color #777cfe

%23.94
%24.95
%51.11

CMYK Percentages of Color #777cfe

%53
%51
%0
%0

Triadic Colors of #777cfe

#777cfe #fe777c #7cfe77

Analogous Colors of #777cfe

#777cfe #b677fe #77c0fe

Monochromatic Colors of #777cfe

#777cfe

Complementary Color

#777cfe #fef977

#777cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#777cfe Color CSS Codes

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

#777cfe Text Font Color

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

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


#777cfe Background Color

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

This div background color is #777cfe


#777cfe Border Color

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

This div border color is #777cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.