Color Hex Logo

#121fea Color Hex

#121FEA
(18,31,234)
0 Favorites   0 Comments

Color spaces of #121fea

RGB 1831234
HSL0.660.860.49
HSV236°92°92°
CMYK 0.920.870.00   0.08
XYZ15.59077.049178.3808
Yxy7.04910.15430.0698
Hunter Lab26.550158.3555-156.4497
CIE-Lab31.918467.1578-96.6268

#121fea color RGB value is (18,31,234).

#121fea hex color red value is 18, green value is 31 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #121fea hue: 0.66 , saturation: 0.86 and the lightness value of 121fea is 0.49.

The process color (four color CMYK) of #121fea color hex is 0.92, 0.87, 0.00, 0.08. Web safe color of #121fea is #0033ff. Color #121fea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00010010 00011111 11101010
Octal 22 37 352
Decimal 18 31 234
Hex 12 1F EA

RGB Percentages of Color #121fea

%6.36
%10.95
%82.69

CMYK Percentages of Color #121fea

%92
%87
%0
%8

Triadic Colors of #121fea

#121fea #ea121f #1fea12

Analogous Colors of #121fea

#121fea #7112ea #128bea

Monochromatic Colors of #121fea

#121fea

Complementary Color

#121fea #eadd12

#121fea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#121fea Color Preview on White Background

Lorem ipsum dolor sit amet.

#121fea Color CSS Codes

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

#121fea Text Font Color

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

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


#121fea Background Color

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

This div background color is #121fea


#121fea Border Color

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

This div border color is #121fea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #121fea


Comments

No comments written yet.

Please login to write comment.