Color Hex Logo

#777bca Color Hex

#777BCA
(119,123,202)
0 Favorites   0 Comments

Color spaces of #777bca

RGB 119123202
HSL0.660.440.63
HSV237°41°79°
CMYK 0.410.390.00   0.21
XYZ25.351422.352158.8553
Yxy22.35210.23790.2098
Hunter Lab47.278012.9787-40.7141
CIE-Lab54.398618.4109-41.5421

#777bca color RGB value is (119,123,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111011 11001010
Octal 167 173 312
Decimal 119 123 202
Hex 77 7B CA

RGB Percentages of Color #777bca

%26.80
%27.70
%45.50

CMYK Percentages of Color #777bca

%41
%39
%0
%21

Triadic Colors of #777bca

#777bca #ca777b #7bca77

Analogous Colors of #777bca

#777bca #9d77ca #77a5ca

Monochromatic Colors of #777bca

#777bca

Complementary Color

#777bca #cac677

#777bca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777bca Color Preview on White Background

Lorem ipsum dolor sit amet.

#777bca Color CSS Codes

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

#777bca Text Font Color

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

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


#777bca Background Color

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

This div background color is #777bca


#777bca Border Color

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

This div border color is #777bca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777bca


Comments

No comments written yet.

Please login to write comment.