Color Hex Logo

#778cea Color Hex

#778CEA
(119,140,234)
0 Favorites   0 Comments

Color spaces of #778cea

RGB 119140234
HSL0.640.730.69
HSV229°49°92°
CMYK 0.490.400.00   0.08
XYZ31.837128.618681.6879
Yxy28.61860.22400.2013
Hunter Lab53.496412.6115-53.0872
CIE-Lab60.443517.7462-49.9319

#778cea color RGB value is (119,140,234).

#778cea hex color red value is 119, green value is 140 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #778cea hue: 0.64 , saturation: 0.73 and the lightness value of 778cea is 0.69.

The process color (four color CMYK) of #778cea color hex is 0.49, 0.40, 0.00, 0.08. Web safe color of #778cea is #6699ff. Color #778cea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001100 11101010
Octal 167 214 352
Decimal 119 140 234
Hex 77 8C EA

RGB Percentages of Color #778cea

%24.14
%28.40
%47.46

CMYK Percentages of Color #778cea

%49
%40
%0
%8

Triadic Colors of #778cea

#778cea #ea778c #8cea77

Analogous Colors of #778cea

#778cea #9c77ea #77c6ea

Monochromatic Colors of #778cea

#778cea

Complementary Color

#778cea #ead577

#778cea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778cea Color Preview on White Background

Lorem ipsum dolor sit amet.

#778cea Color CSS Codes

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

#778cea Text Font Color

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

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


#778cea Background Color

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

This div background color is #778cea


#778cea Border Color

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

This div border color is #778cea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778cea


Comments

No comments written yet.

Please login to write comment.