Color Hex Logo

#778bae Color Hex

#778BAE
(119,139,174)
0 Favorites   0 Comments

Color spaces of #778bae

RGB 119139174
HSL0.610.250.57
HSV218°32°68°
CMYK 0.320.200.00   0.32
XYZ24.480325.443243.6652
Yxy25.44320.26160.2719
Hunter Lab50.4413-1.6420-16.0164
CIE-Lab57.50471.2931-20.7552

#778bae color RGB value is (119,139,174).

#778bae hex color red value is 119, green value is 139 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #778bae hue: 0.61 , saturation: 0.25 and the lightness value of 778bae is 0.57.

The process color (four color CMYK) of #778bae color hex is 0.32, 0.20, 0.00, 0.32. Web safe color of #778bae is #669999. Color #778bae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001011 10101110
Octal 167 213 256
Decimal 119 139 174
Hex 77 8B AE

RGB Percentages of Color #778bae

%27.55
%32.18
%40.28

CMYK Percentages of Color #778bae

%32
%20
%0
%32

Triadic Colors of #778bae

#778bae #ae778b #8bae77

Analogous Colors of #778bae

#778bae #7f77ae #77a7ae

Monochromatic Colors of #778bae

#778bae

Complementary Color

#778bae #ae9a77

#778bae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778bae Color Preview on White Background

Lorem ipsum dolor sit amet.

#778bae Color CSS Codes

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

#778bae Text Font Color

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

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


#778bae Background Color

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

This div background color is #778bae


#778bae Border Color

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

This div border color is #778bae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778bae


Comments

No comments written yet.

Please login to write comment.