Color Hex Logo

#781abe Color Hex

#781ABE
(120,26,190)
0 Favorites   0 Comments

Color spaces of #781abe

RGB 12026190
HSL0.760.760.42
HSV274°86°75°
CMYK 0.370.860.00   0.25
XYZ17.40948.449649.4285
Yxy8.44960.23120.1122
Hunter Lab29.068256.0371-80.4709
CIE-Lab34.902264.5504-65.9477

#781abe color RGB value is (120,26,190).

#781abe hex color red value is 120, green value is 26 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #781abe hue: 0.76 , saturation: 0.76 and the lightness value of 781abe is 0.42.

The process color (four color CMYK) of #781abe color hex is 0.37, 0.86, 0.00, 0.25. Web safe color of #781abe is #6633cc. Color #781abe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011010 10111110
Octal 170 32 276
Decimal 120 26 190
Hex 78 1A BE

RGB Percentages of Color #781abe

%35.71
%7.74
%56.55

CMYK Percentages of Color #781abe

%37
%86
%0
%25

Triadic Colors of #781abe

#781abe #be781a #1abe78

Analogous Colors of #781abe

#781abe #be1ab2 #261abe

Monochromatic Colors of #781abe

#781abe

Complementary Color

#781abe #60be1a

#781abe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781abe Color Preview on White Background

Lorem ipsum dolor sit amet.

#781abe Color CSS Codes

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

#781abe Text Font Color

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

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


#781abe Background Color

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

This div background color is #781abe


#781abe Border Color

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

This div border color is #781abe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781abe


Comments

No comments written yet.

Please login to write comment.