Color Hex Logo

#780efd Color Hex

#780EFD
(120,14,253)
0 Favorites   0 Comments

Color spaces of #780efd

RGB 12014253
HSL0.740.980.52
HSV267°94°99°
CMYK 0.530.940.00   0.01
XYZ25.632411.399093.7778
Yxy11.39900.19600.0871
Hunter Lab33.762476.4329-141.0491
CIE-Lab40.244580.6047-93.3141

#780efd color RGB value is (120,14,253).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001110 11111101
Octal 170 16 375
Decimal 120 14 253
Hex 78 E FD

RGB Percentages of Color #780efd

%31.01
%3.62
%65.37

CMYK Percentages of Color #780efd

%53
%94
%0
%1

Triadic Colors of #780efd

#780efd #fd780e #0efd78

Analogous Colors of #780efd

#780efd #f00efd #0e1cfd

Monochromatic Colors of #780efd

#780efd

Complementary Color

#780efd #93fd0e

#780efd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780efd Color Preview on White Background

Lorem ipsum dolor sit amet.

#780efd Color CSS Codes

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

#780efd Text Font Color

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

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


#780efd Background Color

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

This div background color is #780efd


#780efd Border Color

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

This div border color is #780efd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780efd

Related Colors


Comments

No comments written yet.

Please login to write comment.