Color Hex Logo

#780352 Color Hex

#780352
(120,3,82)
0 Favorites   0 Comments

Color spaces of #780352

RGB 120382
HSL0.890.950.24
HSV319°98°47°
CMYK 0.000.980.32   0.53
XYZ9.30134.66748.3933
Yxy4.66740.41590.2087
Hunter Lab21.604239.0428-7.9115
CIE-Lab25.765450.3888-13.1086

#780352 color RGB value is (120,3,82).

#780352 hex color red value is 120, green value is 3 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #780352 hue: 0.89 , saturation: 0.95 and the lightness value of 780352 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000011 01010010
Octal 170 3 122
Decimal 120 3 82
Hex 78 3 52

RGB Percentages of Color #780352

%58.54
%1.46
%40.00

CMYK Percentages of Color #780352

%0
%98
%32
%53

Triadic Colors of #780352

#780352 #527803 #035278

Analogous Colors of #780352

#780352 #780318 #640378

Monochromatic Colors of #780352

#780352

Complementary Color

#780352 #037829

#780352 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780352 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780352 Color CSS Codes

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

#780352 Text Font Color

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

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


#780352 Background Color

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

This div background color is #780352


#780352 Border Color

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

This div border color is #780352


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(120,3,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 #780352">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780352


Comments

No comments written yet.

Please login to write comment.