Color Hex Logo

#780862 Color Hex

#780862
(120,8,98)
0 Favorites   0 Comments

Color spaces of #780862

RGB 120898
HSL0.870.880.25
HSV312°93°47°
CMYK 0.000.930.18   0.53
XYZ10.03725.048612.0007
Yxy5.04860.37060.1864
Hunter Lab22.469140.4171-15.9383
CIE-Lab26.872851.5385-21.9726

#780862 color RGB value is (120,8,98).

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

The process color (four color CMYK) of #780862 color hex is 0.00, 0.93, 0.18, 0.53. Web safe color of #780862 is #660066. Color #780862 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001000 01100010
Octal 170 10 142
Decimal 120 8 98
Hex 78 8 62

RGB Percentages of Color #780862

%53.10
%3.54
%43.36

CMYK Percentages of Color #780862

%0
%93
%18
%53

Triadic Colors of #780862

#780862 #627808 #086278

Analogous Colors of #780862

#780862 #78082a #560878

Monochromatic Colors of #780862

#780862

Complementary Color

#780862 #08781e

#780862 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780862 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780862 Color CSS Codes

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

#780862 Text Font Color

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

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


#780862 Background Color

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

This div background color is #780862


#780862 Border Color

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

This div border color is #780862


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780862


Comments

No comments written yet.

Please login to write comment.