Color Hex Logo

#777ced Color Hex

#777CED
(119,124,237)
0 Favorites   0 Comments

Color spaces of #777ced

RGB 119124237
HSL0.660.770.70
HSV237°50°93°
CMYK 0.500.480.00   0.07
XYZ30.101524.451783.2539
Yxy24.45170.21840.1774
Hunter Lab49.448722.1254-65.2091
CIE-Lab56.537228.1554-57.8208

#777ced color RGB value is (119,124,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111100 11101101
Octal 167 174 355
Decimal 119 124 237
Hex 77 7C ED

RGB Percentages of Color #777ced

%24.79
%25.83
%49.38

CMYK Percentages of Color #777ced

%50
%48
%0
%7

Triadic Colors of #777ced

#777ced #ed777c #7ced77

Analogous Colors of #777ced

#777ced #ad77ed #77b7ed

Monochromatic Colors of #777ced

#777ced

Complementary Color

#777ced #ede877

#777ced Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777ced Color Preview on White Background

Lorem ipsum dolor sit amet.

#777ced Color CSS Codes

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

#777ced Text Font Color

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

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


#777ced Background Color

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

This div background color is #777ced


#777ced Border Color

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

This div border color is #777ced


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777ced


Comments

No comments written yet.

Please login to write comment.