Color Hex Logo

#780fec Color Hex

#780FEC
(120,15,236)
0 Favorites   0 Comments

Color spaces of #780fec

RGB 12015236
HSL0.750.880.49
HSV269°94°93°
CMYK 0.490.940.00   0.07
XYZ23.056910.390880.1473
Yxy10.39080.20300.0915
Hunter Lab32.234871.2667-124.8521
CIE-Lab38.534976.7704-86.5557

#780fec color RGB value is (120,15,236).

#780fec hex color red value is 120, green value is 15 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #780fec hue: 0.75 , saturation: 0.88 and the lightness value of 780fec is 0.49.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001111 11101100
Octal 170 17 354
Decimal 120 15 236
Hex 78 F EC

RGB Percentages of Color #780fec

%32.35
%4.04
%63.61

CMYK Percentages of Color #780fec

%49
%94
%0
%7

Triadic Colors of #780fec

#780fec #ec780f #0fec78

Analogous Colors of #780fec

#780fec #e70fec #0f14ec

Monochromatic Colors of #780fec

#780fec

Complementary Color

#780fec #83ec0f

#780fec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780fec Color Preview on White Background

Lorem ipsum dolor sit amet.

#780fec Color CSS Codes

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

#780fec Text Font Color

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

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


#780fec Background Color

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

This div background color is #780fec


#780fec Border Color

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

This div border color is #780fec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780fec


Comments

No comments written yet.

Please login to write comment.