Color Hex Logo

#780268 Color Hex

#780268
(120,2,104)
0 Favorites   0 Comments

Color spaces of #780268

RGB 1202104
HSL0.860.970.24
HSV308°98°47°
CMYK 0.000.980.13   0.53
XYZ10.26615.036013.5277
Yxy5.03600.35610.1747
Hunter Lab22.441042.3866-20.0319
CIE-Lab26.837153.4755-25.9401

#780268 color RGB value is (120,2,104).

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

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

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000010 01101000
Octal 170 2 150
Decimal 120 2 104
Hex 78 2 68

RGB Percentages of Color #780268

%53.10
%0.88
%46.02

CMYK Percentages of Color #780268

%0
%98
%13
%53

Triadic Colors of #780268

#780268 #687802 #026878

Analogous Colors of #780268

#780268 #78022d #4d0278

Monochromatic Colors of #780268

#780268

Complementary Color

#780268 #027812

#780268 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780268 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780268 Color CSS Codes

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

#780268 Text Font Color

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

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


#780268 Background Color

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

This div background color is #780268


#780268 Border Color

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

This div border color is #780268


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780268


Comments

No comments written yet.

Please login to write comment.