Color Hex Logo

#120478 Color Hex

#120478
(18,4,120)
0 Favorites   0 Comments

Color spaces of #120478

RGB 184120
HSL0.690.940.24
HSV247°97°47°
CMYK 0.850.970.00   0.53
XYZ3.68301.571517.8785
Yxy1.57150.15920.0679
Hunter Lab12.535930.5045-75.7830
CIE-Lab13.055643.9569-59.4226

#120478 color RGB value is (18,4,120).

#120478 hex color red value is 18, green value is 4 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #120478 hue: 0.69 , saturation: 0.94 and the lightness value of 120478 is 0.24.

The process color (four color CMYK) of #120478 color hex is 0.85, 0.97, 0.00, 0.53. Web safe color of #120478 is #000066. Color #120478 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000100 01111000
Octal 22 4 170
Decimal 18 4 120
Hex 12 4 78

RGB Percentages of Color #120478

%12.68
%2.82
%84.51

CMYK Percentages of Color #120478

%85
%97
%0
%53

Triadic Colors of #120478

#120478 #781204 #047812

Analogous Colors of #120478

#120478 #4c0478 #043078

Monochromatic Colors of #120478

#120478

Complementary Color

#120478 #6a7804

#120478 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120478 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120478 Color CSS Codes

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

#120478 Text Font Color

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

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


#120478 Background Color

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

This div background color is #120478


#120478 Border Color

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

This div border color is #120478


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120478


Comments

No comments written yet.

Please login to write comment.