Color Hex Logo

#778ccb Color Hex

#778CCB
(119,140,203)
0 Favorites   0 Comments

Color spaces of #778ccb

RGB 119140203
HSL0.630.450.63
HSV225°41°80°
CMYK 0.410.310.00   0.20
XYZ27.765326.989960.2461
Yxy26.98990.24140.2347
Hunter Lab51.95184.4825-32.3896
CIE-Lab58.96508.6356-34.9424

#778ccb color RGB value is (119,140,203).

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

The process color (four color CMYK) of #778ccb color hex is 0.41, 0.31, 0.00, 0.20. Web safe color of #778ccb is #6699cc. Color #778ccb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001100 11001011
Octal 167 214 313
Decimal 119 140 203
Hex 77 8C CB

RGB Percentages of Color #778ccb

%25.76
%30.30
%43.94

CMYK Percentages of Color #778ccb

%41
%31
%0
%20

Triadic Colors of #778ccb

#778ccb #cb778c #8ccb77

Analogous Colors of #778ccb

#778ccb #8c77cb #77b6cb

Monochromatic Colors of #778ccb

#778ccb

Complementary Color

#778ccb #cbb677

#778ccb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778ccb Color Preview on White Background

Lorem ipsum dolor sit amet.

#778ccb Color CSS Codes

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

#778ccb Text Font Color

<p style="color:#778ccb">Text here</p>

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


#778ccb Background Color

<div style="background-color:#778ccb">
Div content here</div>

This div background color is #778ccb


#778ccb Border Color

<div style="border:3px solid #778ccb">
Div here</div>

This div border color is #778ccb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778ccb


Comments

No comments written yet.

Please login to write comment.