Color Hex Logo

#780ebc Color Hex

#780EBC
(120,14,188)
0 Favorites   0 Comments

Color spaces of #780ebc

RGB 12014188
HSL0.770.860.40
HSV277°93°74°
CMYK 0.360.930.00   0.26
XYZ16.97997.938048.2142
Yxy7.93800.23220.1085
Hunter Lab28.174558.2713-81.7393
CIE-Lab33.853466.7164-66.4868

#780ebc color RGB value is (120,14,188).

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

The process color (four color CMYK) of #780ebc color hex is 0.36, 0.93, 0.00, 0.26. Web safe color of #780ebc is #6600cc. Color #780ebc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001110 10111100
Octal 170 16 274
Decimal 120 14 188
Hex 78 E BC

RGB Percentages of Color #780ebc

%37.27
%4.35
%58.39

CMYK Percentages of Color #780ebc

%36
%93
%0
%26

Triadic Colors of #780ebc

#780ebc #bc780e #0ebc78

Analogous Colors of #780ebc

#780ebc #bc0ea9 #210ebc

Monochromatic Colors of #780ebc

#780ebc

Complementary Color

#780ebc #52bc0e

#780ebc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780ebc Color Preview on White Background

Lorem ipsum dolor sit amet.

#780ebc Color CSS Codes

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

#780ebc Text Font Color

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

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


#780ebc Background Color

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

This div background color is #780ebc


#780ebc Border Color

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

This div border color is #780ebc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780ebc


Comments

No comments written yet.

Please login to write comment.