Color Hex Logo

#120eae Color Hex

#120EAE
(18,14,174)
0 Favorites   0 Comments

Color spaces of #120eae

RGB 1814174
HSL0.670.850.37
HSV242°92°68°
CMYK 0.900.920.00   0.32
XYZ8.04653.498740.2956
Yxy3.49870.15520.0675
Hunter Lab18.704844.0543-114.6345
CIE-Lab21.939756.0133-78.1784

#120eae color RGB value is (18,14,174).

#120eae hex color red value is 18, green value is 14 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #120eae hue: 0.67 , saturation: 0.85 and the lightness value of 120eae is 0.37.

The process color (four color CMYK) of #120eae color hex is 0.90, 0.92, 0.00, 0.32. Web safe color of #120eae is #000099. Color #120eae contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00001110 10101110
Octal 22 16 256
Decimal 18 14 174
Hex 12 E AE

RGB Percentages of Color #120eae

%8.74
%6.80
%84.47

CMYK Percentages of Color #120eae

%90
%92
%0
%32

Triadic Colors of #120eae

#120eae #ae120e #0eae12

Analogous Colors of #120eae

#120eae #620eae #0e5aae

Monochromatic Colors of #120eae

#120eae

Complementary Color

#120eae #aaae0e

#120eae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#120eae Color Preview on White Background

Lorem ipsum dolor sit amet.

#120eae Color CSS Codes

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

#120eae Text Font Color

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

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


#120eae Background Color

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

This div background color is #120eae


#120eae Border Color

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

This div border color is #120eae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #120eae


Comments

No comments written yet.

Please login to write comment.