Color Hex Logo

#781abc Color Hex

#781ABC
(120,26,188)
0 Favorites   0 Comments

Color spaces of #781abc

RGB 12026188
HSL0.760.760.42
HSV275°86°74°
CMYK 0.360.860.00   0.26
XYZ17.19228.362748.2850
Yxy8.36270.23280.1133
Hunter Lab28.918355.5127-78.7538
CIE-Lab34.727164.1193-65.0550

#781abc color RGB value is (120,26,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011010 10111100
Octal 170 32 274
Decimal 120 26 188
Hex 78 1A BC

RGB Percentages of Color #781abc

%35.93
%7.78
%56.29

CMYK Percentages of Color #781abc

%36
%86
%0
%26

Triadic Colors of #781abc

#781abc #bc781a #1abc78

Analogous Colors of #781abc

#781abc #bc1aaf #271abc

Monochromatic Colors of #781abc

#781abc

Complementary Color

#781abc #5ebc1a

#781abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#781abc Color CSS Codes

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

#781abc Text Font Color

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

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


#781abc Background Color

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

This div background color is #781abc


#781abc Border Color

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

This div border color is #781abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781abc


Comments

No comments written yet.

Please login to write comment.