Color Hex Logo

#781999 Color Hex

#781999
(120,25,153)
0 Favorites   0 Comments

Color spaces of #781999

RGB 12025153
HSL0.790.720.35
HSV285°84°60°
CMYK 0.220.840.00   0.40
XYZ13.84316.988230.7562
Yxy6.98820.26830.1355
Hunter Lab26.435247.2120-50.4767
CIE-Lab31.780057.1198-48.8469

#781999 color RGB value is (120,25,153).

#781999 hex color red value is 120, green value is 25 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #781999 hue: 0.79 , saturation: 0.72 and the lightness value of 781999 is 0.35.

The process color (four color CMYK) of #781999 color hex is 0.22, 0.84, 0.00, 0.40. Web safe color of #781999 is #660099. Color #781999 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00011001 10011001
Octal 170 31 231
Decimal 120 25 153
Hex 78 19 99

RGB Percentages of Color #781999

%40.27
%8.39
%51.34

CMYK Percentages of Color #781999

%22
%84
%0
%40

Triadic Colors of #781999

#781999 #997819 #199978

Analogous Colors of #781999

#781999 #99197a #381999

Monochromatic Colors of #781999

#781999

Complementary Color

#781999 #3a9919

#781999 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781999 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781999 Color CSS Codes

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

#781999 Text Font Color

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

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


#781999 Background Color

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

This div background color is #781999


#781999 Border Color

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

This div border color is #781999


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781999


Comments

No comments written yet.

Please login to write comment.