Color Hex Logo

#012eea Color Hex

#012EEA
(1,46,234)
0 Favorites   0 Comments

Color spaces of #012eea

RGB 146234
HSL0.630.990.46
HSV228°100°92°
CMYK 1.000.800.00   0.08
XYZ15.84087.901078.5320
Yxy7.90100.15490.0773
Hunter Lab28.108751.4043-145.9722
CIE-Lab33.775860.6074-93.5395

#012eea color RGB value is (1,46,234).

#012eea hex color red value is 1, green value is 46 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #012eea hue: 0.63 , saturation: 0.99 and the lightness value of 012eea is 0.46.

The process color (four color CMYK) of #012eea color hex is 1.00, 0.80, 0.00, 0.08. Web safe color of #012eea is #0033ff. Color #012eea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00101110 11101010
Octal 1 56 352
Decimal 1 46 234
Hex 1 2E EA

RGB Percentages of Color #012eea

%0.36
%16.37
%83.27

CMYK Percentages of Color #012eea

%100
%80
%0
%8

Triadic Colors of #012eea

#012eea #ea012e #2eea01

Analogous Colors of #012eea

#012eea #4901ea #01a3ea

Monochromatic Colors of #012eea

#012eea

Complementary Color

#012eea #eabd01

#012eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#012eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#012eea Color CSS Codes

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

#012eea Text Font Color

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

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


#012eea Background Color

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

This div background color is #012eea


#012eea Border Color

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

This div border color is #012eea


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(1,46,234, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #012eea; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #012eea;
  -webkit-box-shadow: 1px 1px 3px 2px #012eea;
  box-shadow:         1px 1px 3px 2px #012eea; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,46,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 #012eea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #012eea


Comments

No comments written yet.

Please login to write comment.