Color Hex Logo

#781795 Color Hex

#781795
(120,23,149)
0 Favorites   0 Comments

Color spaces of #781795

RGB 12023149
HSL0.790.730.34
HSV286°85°58°
CMYK 0.190.850.00   0.42
XYZ13.47696.775829.0313
Yxy6.77580.27350.1375
Hunter Lab26.030446.8630-47.9040
CIE-Lab31.291056.8873-47.1896

#781795 color RGB value is (120,23,149).

#781795 hex color red value is 120, green value is 23 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #781795 hue: 0.79 , saturation: 0.73 and the lightness value of 781795 is 0.34.

The process color (four color CMYK) of #781795 color hex is 0.19, 0.85, 0.00, 0.42. Web safe color of #781795 is #660099. Color #781795 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00010111 10010101
Octal 170 27 225
Decimal 120 23 149
Hex 78 17 95

RGB Percentages of Color #781795

%41.10
%7.88
%51.03

CMYK Percentages of Color #781795

%19
%85
%0
%42

Triadic Colors of #781795

#781795 #957817 #179578

Analogous Colors of #781795

#781795 #951773 #391795

Monochromatic Colors of #781795

#781795

Complementary Color

#781795 #349517

#781795 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#781795 Color Preview on White Background

Lorem ipsum dolor sit amet.

#781795 Color CSS Codes

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

#781795 Text Font Color

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

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


#781795 Background Color

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

This div background color is #781795


#781795 Border Color

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

This div border color is #781795


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #781795


Comments

No comments written yet.

Please login to write comment.