Color Hex Logo

#783396 Color Hex

#783396
(120,51,150)
0 Favorites   0 Comments

Color spaces of #783396

RGB 12051150
HSL0.780.490.39
HSV282°66°59°
CMYK 0.200.660.00   0.41
XYZ14.43468.562729.7461
Yxy8.56270.27370.1623
Hunter Lab29.262136.8430-39.7872
CIE-Lab35.128346.3822-41.6214

#783396 color RGB value is (120,51,150).

#783396 hex color red value is 120, green value is 51 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #783396 hue: 0.78 , saturation: 0.49 and the lightness value of 783396 is 0.39.

The process color (four color CMYK) of #783396 color hex is 0.20, 0.66, 0.00, 0.41. Web safe color of #783396 is #663399. Color #783396 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110011 10010110
Octal 170 63 226
Decimal 120 51 150
Hex 78 33 96

RGB Percentages of Color #783396

%37.38
%15.89
%46.73

CMYK Percentages of Color #783396

%20
%66
%0
%41

Triadic Colors of #783396

#783396 #967833 #339678

Analogous Colors of #783396

#783396 #963383 #473396

Monochromatic Colors of #783396

#783396

Complementary Color

#783396 #519633

#783396 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783396 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783396 Color CSS Codes

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

#783396 Text Font Color

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

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


#783396 Background Color

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

This div background color is #783396


#783396 Border Color

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

This div border color is #783396


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783396


Comments

No comments written yet.

Please login to write comment.