Color Hex Logo

#782390 Color Hex

#782390
(120,35,144)
0 Favorites   0 Comments

Color spaces of #782390

RGB 12035144
HSL0.800.610.35
HSV287°76°56°
CMYK 0.170.760.00   0.44
XYZ13.38087.208727.0717
Yxy7.20870.28070.1512
Hunter Lab26.849041.9736-40.9874
CIE-Lab32.277452.0144-42.5249

#782390 color RGB value is (120,35,144).

#782390 hex color red value is 120, green value is 35 and the blue value of its RGB is 144. Cylindrical-coordinate representations (also known as HSL) of color #782390 hue: 0.80 , saturation: 0.61 and the lightness value of 782390 is 0.35.

The process color (four color CMYK) of #782390 color hex is 0.17, 0.76, 0.00, 0.44. Web safe color of #782390 is #663399. Color #782390 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01111000 00100011 10010000
Octal 170 43 220
Decimal 120 35 144
Hex 78 23 90

RGB Percentages of Color #782390

%40.13
%11.71
%48.16

CMYK Percentages of Color #782390

%17
%76
%0
%44

Triadic Colors of #782390

#782390 #907823 #239078

Analogous Colors of #782390

#782390 #902372 #412390

Monochromatic Colors of #782390

#782390

Complementary Color

#782390 #3b9023

#782390 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#782390 Color Preview on White Background

Lorem ipsum dolor sit amet.

#782390 Color CSS Codes

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

#782390 Text Font Color

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

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


#782390 Background Color

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

This div background color is #782390


#782390 Border Color

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

This div border color is #782390


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #782390


Comments

No comments written yet.

Please login to write comment.