Color Hex Logo

#780eda Color Hex

#780EDA
(120,14,218)
0 Favorites   0 Comments

Color spaces of #780eda

RGB 12014218
HSL0.750.880.45
HSV271°94°85°
CMYK 0.450.940.00   0.15
XYZ20.55779.369167.0546
Yxy9.36910.21200.0966
Hunter Lab30.609066.3190-108.4593
CIE-Lab36.685473.0417-79.3212

#780eda color RGB value is (120,14,218).

#780eda hex color red value is 120, green value is 14 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #780eda hue: 0.75 , saturation: 0.88 and the lightness value of 780eda is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001110 11011010
Octal 170 16 332
Decimal 120 14 218
Hex 78 E DA

RGB Percentages of Color #780eda

%34.09
%3.98
%61.93

CMYK Percentages of Color #780eda

%45
%94
%0
%15

Triadic Colors of #780eda

#780eda #da780e #0eda78

Analogous Colors of #780eda

#780eda #da0ed6 #120eda

Monochromatic Colors of #780eda

#780eda

Complementary Color

#780eda #70da0e

#780eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#780eda Color CSS Codes

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

#780eda Text Font Color

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

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


#780eda Background Color

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

This div background color is #780eda


#780eda Border Color

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

This div border color is #780eda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780eda


Comments

No comments written yet.

Please login to write comment.