Color Hex Logo

#778eed Color Hex

#778EED
(119,142,237)
0 Favorites   0 Comments

Color spaces of #778eed

RGB 119142237
HSL0.630.770.70
HSV228°50°93°
CMYK 0.500.400.00   0.07
XYZ32.566829.382484.0757
Yxy29.38240.22300.2012
Hunter Lab54.205512.3835-54.0181
CIE-Lab61.117617.4735-50.5234

#778eed color RGB value is (119,142,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001110 11101101
Octal 167 216 355
Decimal 119 142 237
Hex 77 8E ED

RGB Percentages of Color #778eed

%23.90
%28.51
%47.59

CMYK Percentages of Color #778eed

%50
%40
%0
%7

Triadic Colors of #778eed

#778eed #ed778e #8eed77

Analogous Colors of #778eed

#778eed #9b77ed #77c9ed

Monochromatic Colors of #778eed

#778eed

Complementary Color

#778eed #edd677

#778eed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778eed Color Preview on White Background

Lorem ipsum dolor sit amet.

#778eed Color CSS Codes

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

#778eed Text Font Color

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

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


#778eed Background Color

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

This div background color is #778eed


#778eed Border Color

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

This div border color is #778eed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778eed


Comments

No comments written yet.

Please login to write comment.