Color Hex Logo

#777eca Color Hex

#777ECA
(119,126,202)
0 Favorites   0 Comments

Color spaces of #777eca

RGB 119126202
HSL0.650.440.63
HSV235°41°79°
CMYK 0.410.380.00   0.21
XYZ25.729323.107958.9813
Yxy23.10790.23860.2143
Hunter Lab48.070711.4165-39.0976
CIE-Lab55.183316.6200-40.3054

#777eca color RGB value is (119,126,202).

#777eca hex color red value is 119, green value is 126 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #777eca hue: 0.65 , saturation: 0.44 and the lightness value of 777eca is 0.63.

The process color (four color CMYK) of #777eca color hex is 0.41, 0.38, 0.00, 0.21. Web safe color of #777eca is #6666cc. Color #777eca contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111110 11001010
Octal 167 176 312
Decimal 119 126 202
Hex 77 7E CA

RGB Percentages of Color #777eca

%26.62
%28.19
%45.19

CMYK Percentages of Color #777eca

%41
%38
%0
%21

Triadic Colors of #777eca

#777eca #ca777e #7eca77

Analogous Colors of #777eca

#777eca #9a77ca #77a8ca

Monochromatic Colors of #777eca

#777eca

Complementary Color

#777eca #cac377

#777eca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777eca Color Preview on White Background

Lorem ipsum dolor sit amet.

#777eca Color CSS Codes

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

#777eca Text Font Color

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

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


#777eca Background Color

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

This div background color is #777eca


#777eca Border Color

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

This div border color is #777eca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777eca


Comments

No comments written yet.

Please login to write comment.