Color Hex Logo

#778cee Color Hex

#778CEE
(119,140,238)
0 Favorites   0 Comments

Color spaces of #778cee

RGB 119140238
HSL0.640.780.70
HSV229°50°93°
CMYK 0.500.410.00   0.07
XYZ32.418428.851284.7491
Yxy28.85120.22200.1976
Hunter Lab53.713313.7345-55.9487
CIE-Lab60.650118.9566-51.8181

#778cee color RGB value is (119,140,238).

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

The process color (four color CMYK) of #778cee color hex is 0.50, 0.41, 0.00, 0.07. Web safe color of #778cee is #6699ff. Color #778cee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001100 11101110
Octal 167 214 356
Decimal 119 140 238
Hex 77 8C EE

RGB Percentages of Color #778cee

%23.94
%28.17
%47.89

CMYK Percentages of Color #778cee

%50
%41
%0
%7

Triadic Colors of #778cee

#778cee #ee778c #8cee77

Analogous Colors of #778cee

#778cee #9e77ee #77c8ee

Monochromatic Colors of #778cee

#778cee

Complementary Color

#778cee #eed977

#778cee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778cee Color Preview on White Background

Lorem ipsum dolor sit amet.

#778cee Color CSS Codes

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

#778cee Text Font Color

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

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


#778cee Background Color

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

This div background color is #778cee


#778cee Border Color

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

This div border color is #778cee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778cee


Comments

No comments written yet.

Please login to write comment.