Color Hex Logo

#013ae5 Color Hex

#013AE5
(1,58,229)
0 Favorites   0 Comments

Color spaces of #013ae5

RGB 158229
HSL0.630.990.45
HSV225°100°90°
CMYK 1.000.750.00   0.10
XYZ15.66848.689774.9802
Yxy8.68970.15770.0875
Hunter Lab29.478343.2899-130.1736
CIE-Lab35.379952.6917-88.0282

#013ae5 color RGB value is (1,58,229).

#013ae5 hex color red value is 1, green value is 58 and the blue value of its RGB is 229. Cylindrical-coordinate representations (also known as HSL) of color #013ae5 hue: 0.63 , saturation: 0.99 and the lightness value of 013ae5 is 0.45.

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111010 11100101
Octal 1 72 345
Decimal 1 58 229
Hex 1 3A E5

RGB Percentages of Color #013ae5

%0.35
%20.14
%79.51

CMYK Percentages of Color #013ae5

%100
%75
%0
%10

Triadic Colors of #013ae5

#013ae5 #e5013a #3ae501

Analogous Colors of #013ae5

#013ae5 #3a01e5 #01ace5

Monochromatic Colors of #013ae5

#013ae5

Complementary Color

#013ae5 #e5ac01

#013ae5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013ae5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#013ae5 Color CSS Codes

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

#013ae5 Text Font Color

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

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


#013ae5 Background Color

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

This div background color is #013ae5


#013ae5 Border Color

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

This div border color is #013ae5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013ae5

#013ae5 Color Palettes


Comments

No comments written yet.

Please login to write comment.