Color Hex Logo

#7780ea Color Hex

#7780EA
(119,128,234)
0 Favorites   0 Comments

Color spaces of #7780ea

RGB 119128234
HSL0.650.730.69
HSV235°49°92°
CMYK 0.490.450.00   0.08
XYZ30.178225.300881.1349
Yxy25.30080.22090.1852
Hunter Lab50.299919.0690-60.4262
CIE-Lab57.367324.8667-54.8247

#7780ea color RGB value is (119,128,234).

#7780ea hex color red value is 119, green value is 128 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #7780ea hue: 0.65 , saturation: 0.73 and the lightness value of 7780ea is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 01110111 10000000 11101010
Octal 167 200 352
Decimal 119 128 234
Hex 77 80 EA

RGB Percentages of Color #7780ea

%24.74
%26.61
%48.65

CMYK Percentages of Color #7780ea

%49
%45
%0
%8

Triadic Colors of #7780ea

#7780ea #ea7780 #80ea77

Analogous Colors of #7780ea

#7780ea #a877ea #77baea

Monochromatic Colors of #7780ea

#7780ea

Complementary Color

#7780ea #eae177

#7780ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7780ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#7780ea Color CSS Codes

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

#7780ea Text Font Color

<p style="color:#7780ea">Text here</p>

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


#7780ea Background Color

<div style="background-color:#7780ea">
Div content here</div>

This div background color is #7780ea


#7780ea Border Color

<div style="border:3px solid #7780ea">
Div here</div>

This div border color is #7780ea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(119,128,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7780ea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7780ea;
  -webkit-box-shadow: 1px 1px 3px 2px #7780ea;
  box-shadow:         1px 1px 3px 2px #7780ea; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #7780ea


Comments

No comments written yet.

Please login to write comment.