Color Hex Logo

#780730 Color Hex

#780730
(120,7,48)
0 Favorites   0 Comments

Color spaces of #780730

RGB 120748
HSL0.940.890.25
HSV338°94°47°
CMYK 0.000.940.60   0.53
XYZ8.35524.35843.1972
Yxy4.35840.52510.2739
Hunter Lab20.876834.90405.5337
CIE-Lab24.822646.35948.6816

#780730 color RGB value is (120,7,48).

#780730 hex color red value is 120, green value is 7 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #780730 hue: 0.94 , saturation: 0.89 and the lightness value of 780730 is 0.25.

The process color (four color CMYK) of #780730 color hex is 0.00, 0.94, 0.60, 0.53. Web safe color of #780730 is #660033. Color #780730 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000111 00110000
Octal 170 7 60
Decimal 120 7 48
Hex 78 7 30

RGB Percentages of Color #780730

%68.57
%4.00
%27.43

CMYK Percentages of Color #780730

%0
%94
%60
%53

Triadic Colors of #780730

#780730 #307807 #073078

Analogous Colors of #780730

#780730 #781707 #780769

Monochromatic Colors of #780730

#780730

Complementary Color

#780730 #07784f

#780730 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780730 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780730 Color CSS Codes

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

#780730 Text Font Color

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

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


#780730 Background Color

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

This div background color is #780730


#780730 Border Color

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

This div border color is #780730


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780730


Comments

No comments written yet.

Please login to write comment.