Color Hex Logo

#780c5e Color Hex

#780C5E
(120,12,94)
0 Favorites   0 Comments

Color spaces of #780c5e

RGB 1201294
HSL0.870.820.26
HSV314°90°47°
CMYK 0.000.900.22   0.53
XYZ9.89765.064211.0455
Yxy5.06420.38060.1947
Hunter Lab22.503839.1262-13.3486
CIE-Lab26.916950.2476-19.2818

#780c5e color RGB value is (120,12,94).

#780c5e hex color red value is 120, green value is 12 and the blue value of its RGB is 94. Cylindrical-coordinate representations (also known as HSL) of color #780c5e hue: 0.87 , saturation: 0.82 and the lightness value of 780c5e is 0.26.

The process color (four color CMYK) of #780c5e color hex is 0.00, 0.90, 0.22, 0.53. Web safe color of #780c5e is #660066. Color #780c5e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001100 01011110
Octal 170 14 136
Decimal 120 12 94
Hex 78 C 5E

RGB Percentages of Color #780c5e

%53.10
%5.31
%41.59

CMYK Percentages of Color #780c5e

%0
%90
%22
%53

Triadic Colors of #780c5e

#780c5e #5e780c #0c5e78

Analogous Colors of #780c5e

#780c5e #780c28 #5c0c78

Monochromatic Colors of #780c5e

#780c5e

Complementary Color

#780c5e #0c7826

#780c5e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780c5e Color Preview on White Background

Lorem ipsum dolor sit amet.

#780c5e Color CSS Codes

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

#780c5e Text Font Color

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

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


#780c5e Background Color

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

This div background color is #780c5e


#780c5e Border Color

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

This div border color is #780c5e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780c5e


Comments

No comments written yet.

Please login to write comment.