Color Hex Logo

#781acc Color Hex

#781ACC
(120,26,204)
0 Favorites   0 Comments

Color spaces of #781acc

RGB 12026204
HSL0.750.770.45
HSV272°87°80°
CMYK 0.410.870.00   0.20
XYZ19.01429.091557.8794
Yxy9.09150.22110.1057
Hunter Lab30.152159.7975-92.7054
CIE-Lab36.159967.5994-72.0827

#781acc color RGB value is (120,26,204).

#781acc hex color red value is 120, green value is 26 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #781acc hue: 0.75 , saturation: 0.77 and the lightness value of 781acc is 0.45.

The process color (four color CMYK) of #781acc color hex is 0.41, 0.87, 0.00, 0.20. Web safe color of #781acc is #6633cc. Color #781acc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011010 11001100
Octal 170 32 314
Decimal 120 26 204
Hex 78 1A CC

RGB Percentages of Color #781acc

%34.29
%7.43
%58.29

CMYK Percentages of Color #781acc

%41
%87
%0
%20

Triadic Colors of #781acc

#781acc #cc781a #1acc78

Analogous Colors of #781acc

#781acc #cc1ac7 #1f1acc

Monochromatic Colors of #781acc

#781acc

Complementary Color

#781acc #6ecc1a

#781acc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781acc Color Preview on White Background

Lorem ipsum dolor sit amet.

#781acc Color CSS Codes

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

#781acc Text Font Color

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

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


#781acc Background Color

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

This div background color is #781acc


#781acc Border Color

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

This div border color is #781acc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781acc


Comments

No comments written yet.

Please login to write comment.