Color Hex Logo

#013ada Color Hex

#013ADA
(1,58,218)
0 Favorites   0 Comments

Color spaces of #013ada

RGB 158218
HSL0.620.990.43
HSV224°100°85°
CMYK 1.000.730.00   0.15
XYZ14.18058.094567.1447
Yxy8.09450.15860.0905
Hunter Lab28.450839.1792-120.0103
CIE-Lab34.178948.8999-83.7190

#013ada color RGB value is (1,58,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 00000001 00111010 11011010
Octal 1 72 332
Decimal 1 58 218
Hex 1 3A DA

RGB Percentages of Color #013ada

%0.36
%20.94
%78.70

CMYK Percentages of Color #013ada

%100
%73
%0
%15

Triadic Colors of #013ada

#013ada #da013a #3ada01

Analogous Colors of #013ada

#013ada #3501da #01a7da

Monochromatic Colors of #013ada

#013ada

Complementary Color

#013ada #daa101

#013ada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#013ada Color Preview on White Background

Lorem ipsum dolor sit amet.

#013ada Color CSS Codes

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

#013ada Text Font Color

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

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


#013ada Background Color

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

This div background color is #013ada


#013ada Border Color

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

This div border color is #013ada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #013ada


Comments

No comments written yet.

Please login to write comment.