Color Hex Logo

#780efe Color Hex

#780EFE
(120,14,254)
0 Favorites   0 Comments

Color spaces of #780efe

RGB 12014254
HSL0.740.990.53
HSV267°94°100°
CMYK 0.530.940.00   0.00
XYZ25.792211.462994.6191
Yxy11.46290.19560.0869
Hunter Lab33.856976.7318-141.9965
CIE-Lab40.349480.8225-93.7005

#780efe color RGB value is (120,14,254).

#780efe hex color red value is 120, green value is 14 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #780efe hue: 0.74 , saturation: 0.99 and the lightness value of 780efe is 0.53.

The process color (four color CMYK) of #780efe color hex is 0.53, 0.94, 0.00, 0.00. Web safe color of #780efe is #6600ff. Color #780efe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001110 11111110
Octal 170 16 376
Decimal 120 14 254
Hex 78 E FE

RGB Percentages of Color #780efe

%30.93
%3.61
%65.46

CMYK Percentages of Color #780efe

%53
%94
%0
%0

Triadic Colors of #780efe

#780efe #fe780e #0efe78

Analogous Colors of #780efe

#780efe #f00efe #0e1cfe

Monochromatic Colors of #780efe

#780efe

Complementary Color

#780efe #94fe0e

#780efe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780efe Color Preview on White Background

Lorem ipsum dolor sit amet.

#780efe Color CSS Codes

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

#780efe Text Font Color

<p style="color:#780efe">Text here</p>

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


#780efe Background Color

<div style="background-color:#780efe">
Div content here</div>

This div background color is #780efe


#780efe Border Color

<div style="border:3px solid #780efe">
Div here</div>

This div border color is #780efe


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,14,254, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #780efe; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #780efe;
  -webkit-box-shadow: 1px 1px 3px 2px #780efe;
  box-shadow:         1px 1px 3px 2px #780efe; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780efe


Comments

No comments written yet.

Please login to write comment.