Color Hex Logo

#778eec Color Hex

#778EEC
(119,142,236)
0 Favorites   0 Comments

Color spaces of #778eec

RGB 119142236
HSL0.630.750.70
HSV228°50°93°
CMYK 0.500.400.00   0.07
XYZ32.421129.324183.3082
Yxy29.32410.22350.2022
Hunter Lab54.151712.1039-53.3068
CIE-Lab61.066617.1709-50.0513

#778eec color RGB value is (119,142,236).

#778eec hex color red value is 119, green value is 142 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #778eec hue: 0.63 , saturation: 0.75 and the lightness value of 778eec is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001110 11101100
Octal 167 216 354
Decimal 119 142 236
Hex 77 8E EC

RGB Percentages of Color #778eec

%23.94
%28.57
%47.48

CMYK Percentages of Color #778eec

%50
%40
%0
%7

Triadic Colors of #778eec

#778eec #ec778e #8eec77

Analogous Colors of #778eec

#778eec #9b77ec #77c9ec

Monochromatic Colors of #778eec

#778eec

Complementary Color

#778eec #ecd577

#778eec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778eec Color Preview on White Background

Lorem ipsum dolor sit amet.

#778eec Color CSS Codes

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

#778eec Text Font Color

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

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


#778eec Background Color

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

This div background color is #778eec


#778eec Border Color

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

This div border color is #778eec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778eec


Comments

No comments written yet.

Please login to write comment.