Color Hex Logo

#780277 Color Hex

#780277
(120,2,119)
0 Favorites   0 Comments

Color spaces of #780277

RGB 1202119
HSL0.830.970.24
HSV301°98°47°
CMYK 0.000.980.01   0.53
XYZ11.09725.368417.9041
Yxy5.36840.32290.1562
Hunter Lab23.169844.9456-29.5965
CIE-Lab27.759655.7590-34.1231

#780277 color RGB value is (120,2,119).

#780277 hex color red value is 120, green value is 2 and the blue value of its RGB is 119. Cylindrical-coordinate representations (also known as HSL) of color #780277 hue: 0.83 , saturation: 0.97 and the lightness value of 780277 is 0.24.

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000010 01110111
Octal 170 2 167
Decimal 120 2 119
Hex 78 2 77

RGB Percentages of Color #780277

%49.79
%0.83
%49.38

CMYK Percentages of Color #780277

%0
%98
%1
%53

Triadic Colors of #780277

#780277 #777802 #027778

Analogous Colors of #780277

#780277 #78023c #3e0278

Monochromatic Colors of #780277

#780277

Complementary Color

#780277 #027803

#780277 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780277 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780277 Color CSS Codes

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

#780277 Text Font Color

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

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


#780277 Background Color

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

This div background color is #780277


#780277 Border Color

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

This div border color is #780277


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780277


Comments

No comments written yet.

Please login to write comment.