Color Hex Logo

#780abe Color Hex

#780ABE
(120,10,190)
0 Favorites   0 Comments

Color spaces of #780abe

RGB 12010190
HSL0.770.900.39
HSV277°95°75°
CMYK 0.370.950.00   0.25
XYZ17.14857.927949.3416
Yxy7.92790.23040.1065
Hunter Lab28.156559.4400-84.1904
CIE-Lab33.832367.7366-67.7023

#780abe color RGB value is (120,10,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001010 10111110
Octal 170 12 276
Decimal 120 10 190
Hex 78 A BE

RGB Percentages of Color #780abe

%37.50
%3.13
%59.38

CMYK Percentages of Color #780abe

%37
%95
%0
%25

Triadic Colors of #780abe

#780abe #be780a #0abe78

Analogous Colors of #780abe

#780abe #be0aaa #1e0abe

Monochromatic Colors of #780abe

#780abe

Complementary Color

#780abe #50be0a

#780abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#780abe Color CSS Codes

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

#780abe Text Font Color

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

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


#780abe Background Color

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

This div background color is #780abe


#780abe Border Color

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

This div border color is #780abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780abe


Comments

No comments written yet.

Please login to write comment.