Color Hex Logo

#780efb Color Hex

#780EFB
(120,14,251)
0 Favorites   0 Comments

Color spaces of #780efb

RGB 12014251
HSL0.740.970.52
HSV267°94°98°
CMYK 0.520.940.00   0.02
XYZ25.315411.272292.1083
Yxy11.27220.19670.0876
Hunter Lab33.574175.8372-139.1563
CIE-Lab40.035280.1698-92.5390

#780efb color RGB value is (120,14,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001110 11111011
Octal 170 16 373
Decimal 120 14 251
Hex 78 E FB

RGB Percentages of Color #780efb

%31.17
%3.64
%65.19

CMYK Percentages of Color #780efb

%52
%94
%0
%2

Triadic Colors of #780efb

#780efb #fb780e #0efb78

Analogous Colors of #780efb

#780efb #ef0efb #0e1afb

Monochromatic Colors of #780efb

#780efb

Complementary Color

#780efb #91fb0e

#780efb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780efb Color Preview on White Background

Lorem ipsum dolor sit amet.

#780efb Color CSS Codes

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

#780efb Text Font Color

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

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


#780efb Background Color

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

This div background color is #780efb


#780efb Border Color

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

This div border color is #780efb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780efb


Comments

No comments written yet.

Please login to write comment.