Color Hex Logo

#780bc1 Color Hex

#780BC1
(120,11,193)
0 Favorites   0 Comments

Color spaces of #780bc1

RGB 12011193
HSL0.770.890.40
HSV276°94°76°
CMYK 0.380.940.00   0.24
XYZ17.49108.082751.0903
Yxy8.08270.22820.1054
Hunter Lab28.430160.0656-86.6460
CIE-Lab34.154568.2161-68.9404

#780bc1 color RGB value is (120,11,193).

#780bc1 hex color red value is 120, green value is 11 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #780bc1 hue: 0.77 , saturation: 0.89 and the lightness value of 780bc1 is 0.40.

The process color (four color CMYK) of #780bc1 color hex is 0.38, 0.94, 0.00, 0.24. Web safe color of #780bc1 is #6600cc. Color #780bc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001011 11000001
Octal 170 13 301
Decimal 120 11 193
Hex 78 B C1

RGB Percentages of Color #780bc1

%37.04
%3.40
%59.57

CMYK Percentages of Color #780bc1

%38
%94
%0
%24

Triadic Colors of #780bc1

#780bc1 #c1780b #0bc178

Analogous Colors of #780bc1

#780bc1 #c10baf #1d0bc1

Monochromatic Colors of #780bc1

#780bc1

Complementary Color

#780bc1 #54c10b

#780bc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780bc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780bc1 Color CSS Codes

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

#780bc1 Text Font Color

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

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


#780bc1 Background Color

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

This div background color is #780bc1


#780bc1 Border Color

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

This div border color is #780bc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780bc1


Comments

No comments written yet.

Please login to write comment.