Color Hex Logo

#780abf Color Hex

#780ABF
(120,10,191)
0 Favorites   0 Comments

Color spaces of #780abf

RGB 12010191
HSL0.770.900.39
HSV276°95°75°
CMYK 0.370.950.00   0.25
XYZ17.25827.971749.9193
Yxy7.97170.22970.1061
Hunter Lab28.234259.6986-85.0634
CIE-Lab33.923967.9429-68.1415

#780abf color RGB value is (120,10,191).

#780abf hex color red value is 120, green value is 10 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #780abf hue: 0.77 , saturation: 0.90 and the lightness value of 780abf is 0.39.

The process color (four color CMYK) of #780abf color hex is 0.37, 0.95, 0.00, 0.25. Web safe color of #780abf is #6600cc. Color #780abf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001010 10111111
Octal 170 12 277
Decimal 120 10 191
Hex 78 A BF

RGB Percentages of Color #780abf

%37.38
%3.12
%59.50

CMYK Percentages of Color #780abf

%37
%95
%0
%25

Triadic Colors of #780abf

#780abf #bf780a #0abf78

Analogous Colors of #780abf

#780abf #bf0aac #1e0abf

Monochromatic Colors of #780abf

#780abf

Complementary Color

#780abf #51bf0a

#780abf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780abf Color Preview on White Background

Lorem ipsum dolor sit amet.

#780abf Color CSS Codes

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

#780abf Text Font Color

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

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


#780abf Background Color

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

This div background color is #780abf


#780abf Border Color

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

This div border color is #780abf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780abf


Comments

No comments written yet.

Please login to write comment.