Color Hex Logo

#780641 Color Hex

#780641
(120,6,65)
0 Favorites   0 Comments

Color spaces of #780641

RGB 120665
HSL0.910.900.25
HSV329°95°47°
CMYK 0.000.950.46   0.53
XYZ8.76504.50505.4086
Yxy4.50500.46930.2412
Hunter Lab21.225036.5690-0.2509
CIE-Lab25.275247.9851-2.3557

#780641 color RGB value is (120,6,65).

#780641 hex color red value is 120, green value is 6 and the blue value of its RGB is 65. Cylindrical-coordinate representations (also known as HSL) of color #780641 hue: 0.91 , saturation: 0.90 and the lightness value of 780641 is 0.25.

The process color (four color CMYK) of #780641 color hex is 0.00, 0.95, 0.46, 0.53. Web safe color of #780641 is #660033. Color #780641 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000110 01000001
Octal 170 6 101
Decimal 120 6 65
Hex 78 6 41

RGB Percentages of Color #780641

%62.83
%3.14
%34.03

CMYK Percentages of Color #780641

%0
%95
%46
%53

Triadic Colors of #780641

#780641 #417806 #064178

Analogous Colors of #780641

#780641 #780608 #760678

Monochromatic Colors of #780641

#780641

Complementary Color

#780641 #06783d

#780641 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780641 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780641 Color CSS Codes

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

#780641 Text Font Color

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

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


#780641 Background Color

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

This div background color is #780641


#780641 Border Color

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

This div border color is #780641


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780641


Comments

No comments written yet.

Please login to write comment.