Color Hex Logo

#781daa Color Hex

#781DAA
(120,29,170)
0 Favorites   0 Comments

Color spaces of #781daa

RGB 12029170
HSL0.770.710.39
HSV279°83°67°
CMYK 0.290.830.00   0.33
XYZ15.44087.774138.7169
Yxy7.77410.24930.1255
Hunter Lab27.882150.0578-62.8123
CIE-Lab33.507959.4265-56.3329

#781daa color RGB value is (120,29,170).

#781daa hex color red value is 120, green value is 29 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #781daa hue: 0.77 , saturation: 0.71 and the lightness value of 781daa is 0.39.

The process color (four color CMYK) of #781daa color hex is 0.29, 0.83, 0.00, 0.33. Web safe color of #781daa is #663399. Color #781daa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011101 10101010
Octal 170 35 252
Decimal 120 29 170
Hex 78 1D AA

RGB Percentages of Color #781daa

%37.62
%9.09
%53.29

CMYK Percentages of Color #781daa

%29
%83
%0
%33

Triadic Colors of #781daa

#781daa #aa781d #1daa78

Analogous Colors of #781daa

#781daa #aa1d96 #321daa

Monochromatic Colors of #781daa

#781daa

Complementary Color

#781daa #4faa1d

#781daa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781daa Color Preview on White Background

Lorem ipsum dolor sit amet.

#781daa Color CSS Codes

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

#781daa Text Font Color

<p style="color:#781daa">Text here</p>

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


#781daa Background Color

<div style="background-color:#781daa">
Div content here</div>

This div background color is #781daa


#781daa Border Color

<div style="border:3px solid #781daa">
Div here</div>

This div border color is #781daa


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,29,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 #781daa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781daa


Comments

No comments written yet.

Please login to write comment.