Color Hex Logo

#013eda Color Hex

#013EDA
(1,62,218)
0 Favorites   0 Comments

Color spaces of #013eda

RGB 162218
HSL0.620.990.43
HSV223°100°85°
CMYK 1.000.720.00   0.15
XYZ14.39008.513767.2145
Yxy8.51370.15970.0945
Hunter Lab29.178236.9699-116.1546
CIE-Lab35.030646.5284-82.3095

#013eda color RGB value is (1,62,218).

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

The process color (four color CMYK) of #013eda color hex is 1.00, 0.72, 0.00, 0.15. Web safe color of #013eda is #0033cc. Color #013eda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111110 11011010
Octal 1 76 332
Decimal 1 62 218
Hex 1 3E DA

RGB Percentages of Color #013eda

%0.36
%22.06
%77.58

CMYK Percentages of Color #013eda

%100
%72
%0
%15

Triadic Colors of #013eda

#013eda #da013e #3eda01

Analogous Colors of #013eda

#013eda #3101da #01abda

Monochromatic Colors of #013eda

#013eda

Complementary Color

#013eda #da9d01

#013eda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013eda Color Preview on White Background

Lorem ipsum dolor sit amet.

#013eda Color CSS Codes

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

#013eda Text Font Color

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

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


#013eda Background Color

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

This div background color is #013eda


#013eda Border Color

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

This div border color is #013eda


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(1,62,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013eda


Comments

No comments written yet.

Please login to write comment.