Color Hex Logo

#120394 Color Hex

#120394
(18,3,148)
0 Favorites   0 Comments

Color spaces of #120394

RGB 183148
HSL0.680.960.30
HSV246°98°58°
CMYK 0.880.980.00   0.42
XYZ5.62732.331828.1705
Yxy2.33180.15580.0645
Hunter Lab15.270239.0569-98.6889
CIE-Lab17.140252.0298-70.3024

#120394 color RGB value is (18,3,148).

#120394 hex color red value is 18, green value is 3 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #120394 hue: 0.68 , saturation: 0.96 and the lightness value of 120394 is 0.30.

The process color (four color CMYK) of #120394 color hex is 0.88, 0.98, 0.00, 0.42. Web safe color of #120394 is #000099. Color #120394 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00000011 10010100
Octal 22 3 224
Decimal 18 3 148
Hex 12 3 94

RGB Percentages of Color #120394

%10.65
%1.78
%87.57

CMYK Percentages of Color #120394

%88
%98
%0
%42

Triadic Colors of #120394

#120394 #941203 #039412

Analogous Colors of #120394

#120394 #5a0394 #033d94

Monochromatic Colors of #120394

#120394

Complementary Color

#120394 #859403

#120394 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120394 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120394 Color CSS Codes

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

#120394 Text Font Color

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

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


#120394 Background Color

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

This div background color is #120394


#120394 Border Color

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

This div border color is #120394


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120394


Comments

No comments written yet.

Please login to write comment.