Color Hex Logo

#783380 Color Hex

#783380
(120,51,128)
0 Favorites   0 Comments

Color spaces of #783380

RGB 12051128
HSL0.820.430.35
HSV294°60°50°
CMYK 0.060.600.00   0.50
XYZ12.82587.919221.2746
Yxy7.91920.30520.1885
Hunter Lab28.141132.1077-25.1244
CIE-Lab33.814041.7438-30.1687

#783380 color RGB value is (120,51,128).

#783380 hex color red value is 120, green value is 51 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #783380 hue: 0.82 , saturation: 0.43 and the lightness value of 783380 is 0.35.

The process color (four color CMYK) of #783380 color hex is 0.06, 0.60, 0.00, 0.50. Web safe color of #783380 is #663399. Color #783380 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110011 10000000
Octal 170 63 200
Decimal 120 51 128
Hex 78 33 80

RGB Percentages of Color #783380

%40.13
%17.06
%42.81

CMYK Percentages of Color #783380

%6
%60
%0
%50

Triadic Colors of #783380

#783380 #807833 #338078

Analogous Colors of #783380

#783380 #803362 #513380

Monochromatic Colors of #783380

#783380

Complementary Color

#783380 #3b8033

#783380 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783380 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783380 Color CSS Codes

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

#783380 Text Font Color

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

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


#783380 Background Color

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

This div background color is #783380


#783380 Border Color

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

This div border color is #783380


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783380


Comments

No comments written yet.

Please login to write comment.