Color Hex Logo

#7778ef Color Hex

#7778EF
(119,120,239)
0 Favorites   0 Comments

Color spaces of #7778ef

RGB 119120239
HSL0.670.790.70
HSV240°50°94°
CMYK 0.500.500.00   0.06
XYZ29.904223.586984.6380
Yxy23.58690.21650.1708
Hunter Lab48.566324.9183-69.3300
CIE-Lab55.671831.1395-60.3209

#7778ef color RGB value is (119,120,239).

#7778ef hex color red value is 119, green value is 120 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #7778ef hue: 0.67 , saturation: 0.79 and the lightness value of 7778ef is 0.70.

The process color (four color CMYK) of #7778ef color hex is 0.50, 0.50, 0.00, 0.06. Web safe color of #7778ef is #6666ff. Color #7778ef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01110111 01111000 11101111
Octal 167 170 357
Decimal 119 120 239
Hex 77 78 EF

RGB Percentages of Color #7778ef

%24.90
%25.10
%50.00

CMYK Percentages of Color #7778ef

%50
%50
%0
%6

Triadic Colors of #7778ef

#7778ef #ef7778 #78ef77

Analogous Colors of #7778ef

#7778ef #b277ef #77b4ef

Monochromatic Colors of #7778ef

#7778ef

Complementary Color

#7778ef #efee77

#7778ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7778ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#7778ef Color CSS Codes

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

#7778ef Text Font Color

<p style="color:#7778ef">Text here</p>

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


#7778ef Background Color

<div style="background-color:#7778ef">
Div content here</div>

This div background color is #7778ef


#7778ef Border Color

<div style="border:3px solid #7778ef">
Div here</div>

This div border color is #7778ef


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,120,239, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7778ef; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7778ef;
  -webkit-box-shadow: 1px 1px 3px 2px #7778ef;
  box-shadow:         1px 1px 3px 2px #7778ef; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7778ef


Comments

No comments written yet.

Please login to write comment.