Color Hex Logo

#777eeb Color Hex

#777EEB
(119,126,235)
0 Favorites   0 Comments

Color spaces of #777eeb

RGB 119126235
HSL0.660.740.69
HSV236°49°92°
CMYK 0.490.460.00   0.08
XYZ30.064024.841881.8077
Yxy24.84180.21990.1817
Hunter Lab49.841520.4470-62.4269
CIE-Lab56.921026.3599-56.0941

#777eeb color RGB value is (119,126,235).

#777eeb hex color red value is 119, green value is 126 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #777eeb hue: 0.66 , saturation: 0.74 and the lightness value of 777eeb is 0.69.

The process color (four color CMYK) of #777eeb color hex is 0.49, 0.46, 0.00, 0.08. Web safe color of #777eeb is #6666ff. Color #777eeb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111110 11101011
Octal 167 176 353
Decimal 119 126 235
Hex 77 7E EB

RGB Percentages of Color #777eeb

%24.79
%26.25
%48.96

CMYK Percentages of Color #777eeb

%49
%46
%0
%8

Triadic Colors of #777eeb

#777eeb #eb777e #7eeb77

Analogous Colors of #777eeb

#777eeb #aa77eb #77b8eb

Monochromatic Colors of #777eeb

#777eeb

Complementary Color

#777eeb #ebe477

#777eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#777eeb Color CSS Codes

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

#777eeb Text Font Color

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

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


#777eeb Background Color

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

This div background color is #777eeb


#777eeb Border Color

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

This div border color is #777eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777eeb


Comments

No comments written yet.

Please login to write comment.