Color Hex Logo

#777dd3 Color Hex

#777DD3
(119,125,211)
0 Favorites   0 Comments

Color spaces of #777dd3

RGB 119125211
HSL0.660.510.65
HSV236°44°83°
CMYK 0.440.410.00   0.17
XYZ26.699223.292364.7167
Yxy23.29230.23280.2031
Hunter Lab48.262114.2898-45.7210
CIE-Lab55.372219.8202-45.1018

#777dd3 color RGB value is (119,125,211).

#777dd3 hex color red value is 119, green value is 125 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #777dd3 hue: 0.66 , saturation: 0.51 and the lightness value of 777dd3 is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111101 11010011
Octal 167 175 323
Decimal 119 125 211
Hex 77 7D D3

RGB Percentages of Color #777dd3

%26.15
%27.47
%46.37

CMYK Percentages of Color #777dd3

%44
%41
%0
%17

Triadic Colors of #777dd3

#777dd3 #d3777d #7dd377

Analogous Colors of #777dd3

#777dd3 #9f77d3 #77abd3

Monochromatic Colors of #777dd3

#777dd3

Complementary Color

#777dd3 #d3cd77

#777dd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777dd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#777dd3 Color CSS Codes

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

#777dd3 Text Font Color

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

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


#777dd3 Background Color

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

This div background color is #777dd3


#777dd3 Border Color

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

This div border color is #777dd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777dd3


Comments

No comments written yet.

Please login to write comment.