Color Hex Logo

#780880 Color Hex

#780880
(120,8,128)
0 Favorites   0 Comments

Color spaces of #780880

RGB 1208128
HSL0.820.880.27
HSV296°94°50°
CMYK 0.060.940.00   0.50
XYZ11.72885.725220.9090
Yxy5.72520.30570.1492
Hunter Lab23.927445.6247-35.0615
CIE-Lab28.708356.2205-38.3031

#780880 color RGB value is (120,8,128).

#780880 hex color red value is 120, green value is 8 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #780880 hue: 0.82 , saturation: 0.88 and the lightness value of 780880 is 0.27.

The process color (four color CMYK) of #780880 color hex is 0.06, 0.94, 0.00, 0.50. Web safe color of #780880 is #660099. Color #780880 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00001000 10000000
Octal 170 10 200
Decimal 120 8 128
Hex 78 8 80

RGB Percentages of Color #780880

%46.88
%3.13
%50.00

CMYK Percentages of Color #780880

%6
%94
%0
%50

Triadic Colors of #780880

#780880 #807808 #088078

Analogous Colors of #780880

#780880 #80084c #3c0880

Monochromatic Colors of #780880

#780880

Complementary Color

#780880 #108008

#780880 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780880 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780880 Color CSS Codes

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

#780880 Text Font Color

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

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


#780880 Background Color

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

This div background color is #780880


#780880 Border Color

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

This div border color is #780880


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780880


Comments

No comments written yet.

Please login to write comment.