Color Hex Logo

#780290 Color Hex

#780290
(120,2,144)
0 Favorites   0 Comments

Color spaces of #780290

RGB 1202144
HSL0.810.970.29
HSV290°99°56°
CMYK 0.170.990.00   0.44
XYZ12.80156.050126.8786
Yxy6.05010.27990.1323
Hunter Lab24.597049.8558-47.5720
CIE-Lab29.538560.0107-46.9473

#780290 color RGB value is (120,2,144).

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

The process color (four color CMYK) of #780290 color hex is 0.17, 0.99, 0.00, 0.44. Web safe color of #780290 is #660099. Color #780290 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00000010 10010000
Octal 170 2 220
Decimal 120 2 144
Hex 78 2 90

RGB Percentages of Color #780290

%45.11
%0.75
%54.14

CMYK Percentages of Color #780290

%17
%99
%0
%44

Triadic Colors of #780290

#780290 #907802 #029078

Analogous Colors of #780290

#780290 #900261 #310290

Monochromatic Colors of #780290

#780290

Complementary Color

#780290 #1a9002

#780290 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#780290 Color Preview on White Background

Lorem ipsum dolor sit amet.

#780290 Color CSS Codes

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

#780290 Text Font Color

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

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


#780290 Background Color

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

This div background color is #780290


#780290 Border Color

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

This div border color is #780290


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #780290


Comments

No comments written yet.

Please login to write comment.