Color Hex Logo

#778aca Color Hex

#778ACA
(119,138,202)
0 Favorites   0 Comments

Color spaces of #778aca

RGB 119138202
HSL0.630.440.63
HSV226°41°79°
CMYK 0.410.320.00   0.21
XYZ27.356926.363259.5239
Yxy26.36320.24160.2328
Hunter Lab51.34515.2517-32.7928
CIE-Lab58.38029.5215-35.2919

#778aca color RGB value is (119,138,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001010 11001010
Octal 167 212 312
Decimal 119 138 202
Hex 77 8A CA

RGB Percentages of Color #778aca

%25.93
%30.07
%44.01

CMYK Percentages of Color #778aca

%41
%32
%0
%21

Triadic Colors of #778aca

#778aca #ca778a #8aca77

Analogous Colors of #778aca

#778aca #8e77ca #77b4ca

Monochromatic Colors of #778aca

#778aca

Complementary Color

#778aca #cab777

#778aca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778aca Color Preview on White Background

Lorem ipsum dolor sit amet.

#778aca Color CSS Codes

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

#778aca Text Font Color

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

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


#778aca Background Color

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

This div background color is #778aca


#778aca Border Color

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

This div border color is #778aca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778aca


Comments

No comments written yet.

Please login to write comment.