Color Hex Logo

#782fa6 Color Hex

#782FA6
(120,47,166)
0 Favorites   0 Comments

Color spaces of #782fa6

RGB 12047166
HSL0.770.560.42
HSV277°72°65°
CMYK 0.280.720.00   0.35
XYZ15.64528.779336.9464
Yxy8.77930.25490.1431
Hunter Lab29.629942.3994-53.1896
CIE-Lab35.555951.7978-50.6084

#782fa6 color RGB value is (120,47,166).

#782fa6 hex color red value is 120, green value is 47 and the blue value of its RGB is 166. Cylindrical-coordinate representations (also known as HSL) of color #782fa6 hue: 0.77 , saturation: 0.56 and the lightness value of 782fa6 is 0.42.

The process color (four color CMYK) of #782fa6 color hex is 0.28, 0.72, 0.00, 0.35. Web safe color of #782fa6 is #663399. Color #782fa6 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00101111 10100110
Octal 170 57 246
Decimal 120 47 166
Hex 78 2F A6

RGB Percentages of Color #782fa6

%36.04
%14.11
%49.85

CMYK Percentages of Color #782fa6

%28
%72
%0
%35

Triadic Colors of #782fa6

#782fa6 #a6782f #2fa678

Analogous Colors of #782fa6

#782fa6 #a62f99 #3d2fa6

Monochromatic Colors of #782fa6

#782fa6

Complementary Color

#782fa6 #5da62f

#782fa6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782fa6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782fa6 Color CSS Codes

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

#782fa6 Text Font Color

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

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


#782fa6 Background Color

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

This div background color is #782fa6


#782fa6 Border Color

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

This div border color is #782fa6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782fa6


Comments

No comments written yet.

Please login to write comment.