Color Hex Logo

#777dcb Color Hex

#777DCB
(119,125,203)
0 Favorites   0 Comments

Color spaces of #777dcb

RGB 119125203
HSL0.650.450.63
HSV236°41°80°
CMYK 0.410.380.00   0.20
XYZ25.720922.901059.5646
Yxy22.90100.23770.2117
Hunter Lab47.855012.1932-40.2991
CIE-Lab54.970217.5033-41.2085

#777dcb color RGB value is (119,125,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111101 11001011
Octal 167 175 313
Decimal 119 125 203
Hex 77 7D CB

RGB Percentages of Color #777dcb

%26.62
%27.96
%45.41

CMYK Percentages of Color #777dcb

%41
%38
%0
%20

Triadic Colors of #777dcb

#777dcb #cb777d #7dcb77

Analogous Colors of #777dcb

#777dcb #9b77cb #77a7cb

Monochromatic Colors of #777dcb

#777dcb

Complementary Color

#777dcb #cbc577

#777dcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#777dcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#777dcb Color CSS Codes

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

#777dcb Text Font Color

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

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


#777dcb Background Color

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

This div background color is #777dcb


#777dcb Border Color

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

This div border color is #777dcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #777dcb


Comments

No comments written yet.

Please login to write comment.