Color Hex Logo

#780eaa Color Hex

#780EAA
(120,14,170)
0 Favorites   0 Comments

Color spaces of #780eaa

RGB 12014170
HSL0.780.850.36
HSV281°92°67°
CMYK 0.290.920.00   0.33
XYZ15.15857.209438.6228
Yxy7.20940.24850.1182
Hunter Lab26.850353.7851-66.4904
CIE-Lab32.278963.0509-58.3370

#780eaa color RGB value is (120,14,170).

#780eaa hex color red value is 120, green value is 14 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #780eaa hue: 0.78 , saturation: 0.85 and the lightness value of 780eaa is 0.36.

The process color (four color CMYK) of #780eaa color hex is 0.29, 0.92, 0.00, 0.33. Web safe color of #780eaa is #660099. Color #780eaa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001110 10101010
Octal 170 16 252
Decimal 120 14 170
Hex 78 E AA

RGB Percentages of Color #780eaa

%39.47
%4.61
%55.92

CMYK Percentages of Color #780eaa

%29
%92
%0
%33

Triadic Colors of #780eaa

#780eaa #aa780e #0eaa78

Analogous Colors of #780eaa

#780eaa #aa0e8e #2a0eaa

Monochromatic Colors of #780eaa

#780eaa

Complementary Color

#780eaa #40aa0e

#780eaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780eaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#780eaa Color CSS Codes

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

#780eaa Text Font Color

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

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


#780eaa Background Color

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

This div background color is #780eaa


#780eaa Border Color

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

This div border color is #780eaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780eaa


Comments

No comments written yet.

Please login to write comment.