Color Hex Logo

#777fca Color Hex

#777FCA
(119,127,202)
0 Favorites   0 Comments

Color spaces of #777fca

RGB 119127202
HSL0.650.440.63
HSV234°41°79°
CMYK 0.410.370.00   0.21
XYZ25.857823.365059.0241
Yxy23.36500.23890.2158
Hunter Lab48.337410.8972-38.5621
CIE-Lab55.446316.0238-39.8913

#777fca color RGB value is (119,127,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111111 11001010
Octal 167 177 312
Decimal 119 127 202
Hex 77 7F CA

RGB Percentages of Color #777fca

%26.56
%28.35
%45.09

CMYK Percentages of Color #777fca

%41
%37
%0
%21

Triadic Colors of #777fca

#777fca #ca777f #7fca77

Analogous Colors of #777fca

#777fca #9977ca #77a9ca

Monochromatic Colors of #777fca

#777fca

Complementary Color

#777fca #cac277

#777fca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777fca Color Preview on White Background

Lorem ipsum dolor sit amet.

#777fca Color CSS Codes

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

#777fca Text Font Color

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

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


#777fca Background Color

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

This div background color is #777fca


#777fca Border Color

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

This div border color is #777fca


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(119,127,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 #777fca">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777fca


Comments

No comments written yet.

Please login to write comment.