Color Hex Logo

#784992 Color Hex

#784992
(120,73,146)
0 Favorites   0 Comments

Color spaces of #784992

RGB 12073146
HSL0.770.330.43
HSV279°50°57°
CMYK 0.180.500.00   0.43
XYZ15.316610.833528.4779
Yxy10.83350.28040.1983
Hunter Lab32.914325.4646-28.2585
CIE-Lab39.298633.7331-32.5601

#784992 color RGB value is (120,73,146).

#784992 hex color red value is 120, green value is 73 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #784992 hue: 0.77 , saturation: 0.33 and the lightness value of 784992 is 0.43.

The process color (four color CMYK) of #784992 color hex is 0.18, 0.50, 0.00, 0.43. Web safe color of #784992 is #663399. Color #784992 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001001 10010010
Octal 170 111 222
Decimal 120 73 146
Hex 78 49 92

RGB Percentages of Color #784992

%35.40
%21.53
%43.07

CMYK Percentages of Color #784992

%18
%50
%0
%43

Triadic Colors of #784992

#784992 #927849 #499278

Analogous Colors of #784992

#784992 #924988 #544992

Monochromatic Colors of #784992

#784992

Complementary Color

#784992 #639249

#784992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784992 Color CSS Codes

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

#784992 Text Font Color

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

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


#784992 Background Color

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

This div background color is #784992


#784992 Border Color

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

This div border color is #784992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784992


Comments

No comments written yet.

Please login to write comment.