Color Hex Logo

#781fac Color Hex

#781FAC
(120,31,172)
0 Favorites   0 Comments

Color spaces of #781fac

RGB 12031172
HSL0.770.690.40
HSV278°82°67°
CMYK 0.300.820.00   0.33
XYZ15.68217.951639.7380
Yxy7.95160.24750.1255
Hunter Lab28.198649.9218-63.8136
CIE-Lab33.881959.2284-56.9230

#781fac color RGB value is (120,31,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011111 10101100
Octal 170 37 254
Decimal 120 31 172
Hex 78 1F AC

RGB Percentages of Color #781fac

%37.15
%9.60
%53.25

CMYK Percentages of Color #781fac

%30
%82
%0
%33

Triadic Colors of #781fac

#781fac #ac781f #1fac78

Analogous Colors of #781fac

#781fac #ac1f9a #311fac

Monochromatic Colors of #781fac

#781fac

Complementary Color

#781fac #53ac1f

#781fac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781fac Color Preview on White Background

Lorem ipsum dolor sit amet.

#781fac Color CSS Codes

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

#781fac Text Font Color

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

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


#781fac Background Color

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

This div background color is #781fac


#781fac Border Color

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

This div border color is #781fac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781fac


Comments

No comments written yet.

Please login to write comment.