Color Hex Logo

#780eeb Color Hex

#780EEB
(120,14,235)
0 Favorites   0 Comments

Color spaces of #780eeb

RGB 12014235
HSL0.750.890.49
HSV269°94°92°
CMYK 0.490.940.00   0.08
XYZ22.898210.305379.3795
Yxy10.30530.20340.0915
Hunter Lab32.101971.1454-124.1373
CIE-Lab38.384976.6998-86.2358

#780eeb color RGB value is (120,14,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001110 11101011
Octal 170 16 353
Decimal 120 14 235
Hex 78 E EB

RGB Percentages of Color #780eeb

%32.52
%3.79
%63.69

CMYK Percentages of Color #780eeb

%49
%94
%0
%8

Triadic Colors of #780eeb

#780eeb #eb780e #0eeb78

Analogous Colors of #780eeb

#780eeb #e70eeb #0e13eb

Monochromatic Colors of #780eeb

#780eeb

Complementary Color

#780eeb #81eb0e

#780eeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780eeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#780eeb Color CSS Codes

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

#780eeb Text Font Color

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

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


#780eeb Background Color

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

This div background color is #780eeb


#780eeb Border Color

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

This div border color is #780eeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780eeb


Comments

No comments written yet.

Please login to write comment.