Color Hex Logo

#780465 Color Hex

#780465
(120,4,101)
0 Favorites   0 Comments

Color spaces of #780465

RGB 1204101
HSL0.860.940.24
HSV310°97°47°
CMYK 0.000.970.16   0.53
XYZ10.13815.019512.7464
Yxy5.01950.36330.1799
Hunter Lab22.404241.5653-18.0488
CIE-Lab26.790252.6836-24.0613

#780465 color RGB value is (120,4,101).

#780465 hex color red value is 120, green value is 4 and the blue value of its RGB is 101. Cylindrical-coordinate representations (also known as HSL) of color #780465 hue: 0.86 , saturation: 0.94 and the lightness value of 780465 is 0.24.

The process color (four color CMYK) of #780465 color hex is 0.00, 0.97, 0.16, 0.53. Web safe color of #780465 is #660066. Color #780465 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000100 01100101
Octal 170 4 145
Decimal 120 4 101
Hex 78 4 65

RGB Percentages of Color #780465

%53.33
%1.78
%44.89

CMYK Percentages of Color #780465

%0
%97
%16
%53

Triadic Colors of #780465

#780465 #657804 #046578

Analogous Colors of #780465

#780465 #78042b #510478

Monochromatic Colors of #780465

#780465

Complementary Color

#780465 #047817

#780465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780465 Color CSS Codes

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

#780465 Text Font Color

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

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


#780465 Background Color

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

This div background color is #780465


#780465 Border Color

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

This div border color is #780465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780465


Comments

No comments written yet.

Please login to write comment.