Color Hex Logo

#780eea Color Hex

#780EEA
(120,14,234)
0 Favorites   0 Comments

Color spaces of #780eea

RGB 12014234
HSL0.750.890.49
HSV269°94°92°
CMYK 0.490.940.00   0.08
XYZ22.754010.247778.6206
Yxy10.24770.20380.0918
Hunter Lab32.012070.8559-123.2061
CIE-Lab38.283476.4829-85.8354

#780eea color RGB value is (120,14,234).

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

The process color (four color CMYK) of #780eea color hex is 0.49, 0.94, 0.00, 0.08. Web safe color of #780eea is #6600ff. Color #780eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001110 11101010
Octal 170 16 352
Decimal 120 14 234
Hex 78 E EA

RGB Percentages of Color #780eea

%32.61
%3.80
%63.59

CMYK Percentages of Color #780eea

%49
%94
%0
%8

Triadic Colors of #780eea

#780eea #ea780e #0eea78

Analogous Colors of #780eea

#780eea #e60eea #0e12ea

Monochromatic Colors of #780eea

#780eea

Complementary Color

#780eea #80ea0e

#780eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#780eea Color CSS Codes

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

#780eea Text Font Color

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

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


#780eea Background Color

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

This div background color is #780eea


#780eea Border Color

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

This div border color is #780eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780eea


Comments

No comments written yet.

Please login to write comment.