Color Hex Logo

#781faa Color Hex

#781FAA
(120,31,170)
0 Favorites   0 Comments

Color spaces of #781faa

RGB 12031170
HSL0.770.690.39
HSV278°82°67°
CMYK 0.290.820.00   0.33
XYZ15.49147.875338.7338
Yxy7.87530.24950.1268
Hunter Lab28.063049.4259-62.1907
CIE-Lab33.721858.8022-55.9847

#781faa color RGB value is (120,31,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011111 10101010
Octal 170 37 252
Decimal 120 31 170
Hex 78 1F AA

RGB Percentages of Color #781faa

%37.38
%9.66
%52.96

CMYK Percentages of Color #781faa

%29
%82
%0
%33

Triadic Colors of #781faa

#781faa #aa781f #1faa78

Analogous Colors of #781faa

#781faa #aa1f97 #331faa

Monochromatic Colors of #781faa

#781faa

Complementary Color

#781faa #51aa1f

#781faa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781faa Color Preview on White Background

Lorem ipsum dolor sit amet.

#781faa Color CSS Codes

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

#781faa Text Font Color

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

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


#781faa Background Color

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

This div background color is #781faa


#781faa Border Color

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

This div border color is #781faa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781faa


Comments

No comments written yet.

Please login to write comment.