Color Hex Logo

#780ece Color Hex

#780ECE
(120,14,206)
0 Favorites   0 Comments

Color spaces of #780ece

RGB 12014206
HSL0.760.870.43
HSV273°93°81°
CMYK 0.420.930.00   0.19
XYZ19.04338.763459.0803
Yxy8.76340.21920.1009
Hunter Lab29.603063.0217-97.6060
CIE-Lab35.524770.4862-74.2907

#780ece color RGB value is (120,14,206).

#780ece hex color red value is 120, green value is 14 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #780ece hue: 0.76 , saturation: 0.87 and the lightness value of 780ece is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001110 11001110
Octal 170 16 316
Decimal 120 14 206
Hex 78 E CE

RGB Percentages of Color #780ece

%35.29
%4.12
%60.59

CMYK Percentages of Color #780ece

%42
%93
%0
%19

Triadic Colors of #780ece

#780ece #ce780e #0ece78

Analogous Colors of #780ece

#780ece #ce0ec4 #180ece

Monochromatic Colors of #780ece

#780ece

Complementary Color

#780ece #64ce0e

#780ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#780ece Color CSS Codes

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

#780ece Text Font Color

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

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


#780ece Background Color

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

This div background color is #780ece


#780ece Border Color

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

This div border color is #780ece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780ece


Comments

No comments written yet.

Please login to write comment.