Color Hex Logo

#783198 Color Hex

#783198
(120,49,152)
0 Favorites   0 Comments

Color spaces of #783198

RGB 12049152
HSL0.780.510.39
HSV281°68°60°
CMYK 0.210.680.00   0.40
XYZ14.51158.456730.5732
Yxy8.45670.27100.1579
Hunter Lab29.080438.1831-41.9773
CIE-Lab34.916547.7683-43.1785

#783198 color RGB value is (120,49,152).

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

The process color (four color CMYK) of #783198 color hex is 0.21, 0.68, 0.00, 0.40. Web safe color of #783198 is #663399. Color #783198 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00110001 10011000
Octal 170 61 230
Decimal 120 49 152
Hex 78 31 98

RGB Percentages of Color #783198

%37.38
%15.26
%47.35

CMYK Percentages of Color #783198

%21
%68
%0
%40

Triadic Colors of #783198

#783198 #987831 #319878

Analogous Colors of #783198

#783198 #983185 #443198

Monochromatic Colors of #783198

#783198

Complementary Color

#783198 #519831

#783198 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#783198 Color Preview on White Background

Lorem ipsum dolor sit amet.

#783198 Color CSS Codes

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

#783198 Text Font Color

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

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


#783198 Background Color

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

This div background color is #783198


#783198 Border Color

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

This div border color is #783198


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #783198


Comments

No comments written yet.

Please login to write comment.