Color Hex Logo

#780bff Color Hex

#780BFF
(120,11,255)
0 Favorites   0 Comments

Color spaces of #780bff

RGB 12011255
HSL0.741.000.52
HSV267°96°100°
CMYK 0.530.960.00   0.00
XYZ25.915411.452495.4524
Yxy11.45240.19510.0862
Hunter Lab33.841477.4711-143.5433
CIE-Lab40.332281.4112-94.2889

#780bff color RGB value is (120,11,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001011 11111111
Octal 170 13 377
Decimal 120 11 255
Hex 78 B FF

RGB Percentages of Color #780bff

%31.09
%2.85
%66.06

CMYK Percentages of Color #780bff

%53
%96
%0
%0

Triadic Colors of #780bff

#780bff #ff780b #0bff78

Analogous Colors of #780bff

#780bff #f20bff #0b18ff

Monochromatic Colors of #780bff

#780bff

Complementary Color

#780bff #92ff0b

#780bff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780bff Color Preview on White Background

Lorem ipsum dolor sit amet.

#780bff Color CSS Codes

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

#780bff Text Font Color

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

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


#780bff Background Color

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

This div background color is #780bff


#780bff Border Color

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

This div border color is #780bff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780bff

#780bff Color Palettes


Comments

No comments written yet.

Please login to write comment.