Color Hex Logo

#120d30 Color Hex

#120D30
(18,13,48)
0 Favorites   0 Comments

Color spaces of #120d30

RGB 181348
HSL0.690.570.12
HSV249°73°19°
CMYK 0.630.730.00   0.81
XYZ0.92690.62982.8690
Yxy0.62980.20940.1423
Hunter Lab7.93606.9603-15.8792
CIE-Lab5.688913.3371-22.1194

#120d30 color RGB value is (18,13,48).

#120d30 hex color red value is 18, green value is 13 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #120d30 hue: 0.69 , saturation: 0.57 and the lightness value of 120d30 is 0.12.

The process color (four color CMYK) of #120d30 color hex is 0.63, 0.73, 0.00, 0.81. Web safe color of #120d30 is #000033. Color #120d30 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001101 00110000
Octal 22 15 60
Decimal 18 13 48
Hex 12 D 30

RGB Percentages of Color #120d30

%22.78
%16.46
%60.76

CMYK Percentages of Color #120d30

%63
%73
%0
%81

Triadic Colors of #120d30

#120d30 #30120d #0d3012

Analogous Colors of #120d30

#120d30 #240d30 #0d1a30

Monochromatic Colors of #120d30

#120d30

Complementary Color

#120d30 #2b300d

#120d30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120d30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#120d30 Color CSS Codes

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

#120d30 Text Font Color

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

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


#120d30 Background Color

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

This div background color is #120d30


#120d30 Border Color

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

This div border color is #120d30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120d30


Comments

No comments written yet.

Please login to write comment.