Color Hex Logo

#013eea Color Hex

#013EEA
(1,62,234)
0 Favorites   0 Comments

Color spaces of #013eea

RGB 162234
HSL0.620.990.46
HSV224°100°92°
CMYK 1.000.740.00   0.08
XYZ16.58649.392278.7806
Yxy9.39220.15830.0897
Hunter Lab30.646742.9749-130.9586
CIE-Lab36.728752.1307-88.6375

#013eea color RGB value is (1,62,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111110 11101010
Octal 1 76 352
Decimal 1 62 234
Hex 1 3E EA

RGB Percentages of Color #013eea

%0.34
%20.88
%78.79

CMYK Percentages of Color #013eea

%100
%74
%0
%8

Triadic Colors of #013eea

#013eea #ea013e #3eea01

Analogous Colors of #013eea

#013eea #3901ea #01b3ea

Monochromatic Colors of #013eea

#013eea

Complementary Color

#013eea #eaad01

#013eea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013eea Color Preview on White Background

Lorem ipsum dolor sit amet.

#013eea Color CSS Codes

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

#013eea Text Font Color

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

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


#013eea Background Color

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

This div background color is #013eea


#013eea Border Color

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

This div border color is #013eea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013eea


Comments

No comments written yet.

Please login to write comment.