Color Hex Logo

#783284 Color Hex

#783284
(120,50,132)
0 Favorites   0 Comments

Color spaces of #783284

RGB 12050132
HSL0.810.450.36
HSV291°62°52°
CMYK 0.090.620.00   0.48
XYZ13.05127.940222.6745
Yxy7.94020.29890.1818
Hunter Lab28.178433.3626-27.9845
CIE-Lab33.858043.0477-32.5845

#783284 color RGB value is (120,50,132).

#783284 hex color red value is 120, green value is 50 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #783284 hue: 0.81 , saturation: 0.45 and the lightness value of 783284 is 0.36.

The process color (four color CMYK) of #783284 color hex is 0.09, 0.62, 0.00, 0.48. Web safe color of #783284 is #663399. Color #783284 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110010 10000100
Octal 170 62 204
Decimal 120 50 132
Hex 78 32 84

RGB Percentages of Color #783284

%39.74
%16.56
%43.71

CMYK Percentages of Color #783284

%9
%62
%0
%48

Triadic Colors of #783284

#783284 #847832 #328478

Analogous Colors of #783284

#783284 #843267 #4f3284

Monochromatic Colors of #783284

#783284

Complementary Color

#783284 #3e8432

#783284 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783284 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783284 Color CSS Codes

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

#783284 Text Font Color

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

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


#783284 Background Color

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

This div background color is #783284


#783284 Border Color

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

This div border color is #783284


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(120,50,132, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #783284; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #783284;
  -webkit-box-shadow: 1px 1px 3px 2px #783284;
  box-shadow:         1px 1px 3px 2px #783284; }

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783284


Comments

No comments written yet.

Please login to write comment.