Color Hex Logo

#778eeb Color Hex

#778EEB
(119,142,235)
0 Favorites   0 Comments

Color spaces of #778eeb

RGB 119142235
HSL0.630.740.69
HSV228°49°92°
CMYK 0.490.400.00   0.08
XYZ32.276129.266182.5450
Yxy29.26610.22400.2031
Hunter Lab54.098211.8251-52.5982
CIE-Lab61.015816.8685-49.5787

#778eeb color RGB value is (119,142,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10001110 11101011
Octal 167 216 353
Decimal 119 142 235
Hex 77 8E EB

RGB Percentages of Color #778eeb

%23.99
%28.63
%47.38

CMYK Percentages of Color #778eeb

%49
%40
%0
%8

Triadic Colors of #778eeb

#778eeb #eb778e #8eeb77

Analogous Colors of #778eeb

#778eeb #9a77eb #77c8eb

Monochromatic Colors of #778eeb

#778eeb

Complementary Color

#778eeb #ebd477

#778eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#778eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#778eeb Color CSS Codes

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

#778eeb Text Font Color

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

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


#778eeb Background Color

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

This div background color is #778eeb


#778eeb Border Color

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

This div border color is #778eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #778eeb


Comments

No comments written yet.

Please login to write comment.