Color Hex Logo

#782abc Color Hex

#782ABC
(120,42,188)
0 Favorites   0 Comments

Color spaces of #782abc

RGB 12042188
HSL0.760.630.45
HSV272°78°74°
CMYK 0.360.780.00   0.26
XYZ17.65089.279848.4378
Yxy9.27980.23420.1231
Hunter Lab30.462850.1170-72.9511
CIE-Lab36.517558.8943-62.1288

#782abc color RGB value is (120,42,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101010 10111100
Octal 170 52 274
Decimal 120 42 188
Hex 78 2A BC

RGB Percentages of Color #782abc

%34.29
%12.00
%53.71

CMYK Percentages of Color #782abc

%36
%78
%0
%26

Triadic Colors of #782abc

#782abc #bc782a #2abc78

Analogous Colors of #782abc

#782abc #bc2ab7 #2f2abc

Monochromatic Colors of #782abc

#782abc

Complementary Color

#782abc #6ebc2a

#782abc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782abc Color Preview on White Background

Lorem ipsum dolor sit amet.

#782abc Color CSS Codes

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

#782abc Text Font Color

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

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


#782abc Background Color

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

This div background color is #782abc


#782abc Border Color

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

This div border color is #782abc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782abc


Comments

No comments written yet.

Please login to write comment.