Color Hex Logo

#780661 Color Hex

#780661
(120,6,97)
0 Favorites   0 Comments

Color spaces of #780661

RGB 120697
HSL0.870.900.25
HSV312°95°47°
CMYK 0.000.950.19   0.53
XYZ9.96854.986411.7463
Yxy4.98640.37330.1867
Hunter Lab22.330240.6067-15.5569
CIE-Lab26.696051.7602-21.5950

#780661 color RGB value is (120,6,97).

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

The process color (four color CMYK) of #780661 color hex is 0.00, 0.95, 0.19, 0.53. Web safe color of #780661 is #660066. Color #780661 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000110 01100001
Octal 170 6 141
Decimal 120 6 97
Hex 78 6 61

RGB Percentages of Color #780661

%53.81
%2.69
%43.50

CMYK Percentages of Color #780661

%0
%95
%19
%53

Triadic Colors of #780661

#780661 #617806 #066178

Analogous Colors of #780661

#780661 #780628 #560678

Monochromatic Colors of #780661

#780661

Complementary Color

#780661 #06781d

#780661 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780661 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780661 Color CSS Codes

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

#780661 Text Font Color

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

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


#780661 Background Color

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

This div background color is #780661


#780661 Border Color

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

This div border color is #780661


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780661


Comments

No comments written yet.

Please login to write comment.