Color Hex Logo

#778bcb Color Hex

#778BCB
(119,139,203)
0 Favorites   0 Comments

Color spaces of #778bcb

RGB 119139203
HSL0.630.450.63
HSV226°41°80°
CMYK 0.410.320.00   0.20
XYZ27.619926.699060.1976
Yxy26.69900.24120.2331
Hunter Lab51.67114.9898-32.9040
CIE-Lab58.69479.2205-35.3644

#778bcb color RGB value is (119,139,203).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001011 11001011
Octal 167 213 313
Decimal 119 139 203
Hex 77 8B CB

RGB Percentages of Color #778bcb

%25.81
%30.15
%44.03

CMYK Percentages of Color #778bcb

%41
%32
%0
%20

Triadic Colors of #778bcb

#778bcb #cb778b #8bcb77

Analogous Colors of #778bcb

#778bcb #8d77cb #77b5cb

Monochromatic Colors of #778bcb

#778bcb

Complementary Color

#778bcb #cbb777

#778bcb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778bcb Color Preview on White Background

Lorem ipsum dolor sit amet.

#778bcb Color CSS Codes

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

#778bcb Text Font Color

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

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


#778bcb Background Color

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

This div background color is #778bcb


#778bcb Border Color

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

This div border color is #778bcb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778bcb


Comments

No comments written yet.

Please login to write comment.