Color Hex Logo

#784973 Color Hex

#784973
(120,73,115)
0 Favorites   0 Comments

Color spaces of #784973

RGB 12073115
HSL0.850.240.38
HSV306°39°47°
CMYK 0.000.390.04   0.53
XYZ13.22289.996017.4522
Yxy9.99600.32510.2458
Hunter Lab31.616519.3244-10.5964
CIE-Lab37.835327.0302-15.8215

#784973 color RGB value is (120,73,115).

#784973 hex color red value is 120, green value is 73 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #784973 hue: 0.85 , saturation: 0.24 and the lightness value of 784973 is 0.38.

The process color (four color CMYK) of #784973 color hex is 0.00, 0.39, 0.04, 0.53. Web safe color of #784973 is #663366. Color #784973 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 01001001 01110011
Octal 170 111 163
Decimal 120 73 115
Hex 78 49 73

RGB Percentages of Color #784973

%38.96
%23.70
%37.34

CMYK Percentages of Color #784973

%0
%39
%4
%53

Triadic Colors of #784973

#784973 #737849 #497378

Analogous Colors of #784973

#784973 #78495c #664978

Monochromatic Colors of #784973

#784973

Complementary Color

#784973 #49784e

#784973 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#784973 Color Preview on White Background

Lorem ipsum dolor sit amet.

#784973 Color CSS Codes

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

#784973 Text Font Color

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

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


#784973 Background Color

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

This div background color is #784973


#784973 Border Color

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

This div border color is #784973


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #784973


Comments

No comments written yet.

Please login to write comment.