Color Hex Logo

#780d52 Color Hex

#780D52
(120,13,82)
0 Favorites   0 Comments

Color spaces of #780d52

RGB 1201382
HSL0.890.800.26
HSV321°89°47°
CMYK 0.000.890.32   0.53
XYZ9.41264.89018.4304
Yxy4.89010.41400.2151
Hunter Lab22.113637.2794-7.1237
CIE-Lab26.419348.4854-12.1063

#780d52 color RGB value is (120,13,82).

#780d52 hex color red value is 120, green value is 13 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #780d52 hue: 0.89 , saturation: 0.80 and the lightness value of 780d52 is 0.26.

The process color (four color CMYK) of #780d52 color hex is 0.00, 0.89, 0.32, 0.53. Web safe color of #780d52 is #660066. Color #780d52 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001101 01010010
Octal 170 15 122
Decimal 120 13 82
Hex 78 D 52

RGB Percentages of Color #780d52

%55.81
%6.05
%38.14

CMYK Percentages of Color #780d52

%0
%89
%32
%53

Triadic Colors of #780d52

#780d52 #52780d #0d5278

Analogous Colors of #780d52

#780d52 #780d1d #690d78

Monochromatic Colors of #780d52

#780d52

Complementary Color

#780d52 #0d7833

#780d52 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780d52 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780d52 Color CSS Codes

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

#780d52 Text Font Color

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

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


#780d52 Background Color

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

This div background color is #780d52


#780d52 Border Color

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

This div border color is #780d52


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780d52


Comments

No comments written yet.

Please login to write comment.